Breadth
Breadth first search on an undirected graph.
You can see there are three dominant branches, and BFS alternates among the three while adding edges.
Breadth first search on an undirected graph.
You can see there are three dominant branches, and BFS alternates among the three while adding edges.