Skip to main content

One doc tagged with "depth first search"

View All Tags

Graph Traversal

The goal of graph traversal is to visit each vertex in a graph. This can be done a multitude of ways.