Tag Archives: Breadth-first search

Graphs

A graph is a fundamental data structure that’s really useful for lots of different applications. It is a set of nodes with edges joining them; the edges may be directed or undirected. Examples of directed graphs are transport networks (e.g. … Continue reading

Posted in Technology | Tagged , , , , | Leave a comment