Thumbnail 47
thumbnail
Large (256x256)

Articles

Graph traversal, part three
Last time we made a little recursive algorithm to walk around a directed acyclic graph, or DAG. I made that algorithm a member of the graph class, but did you notice something about it? It did not access any private … Continue reading →
1