Graph exploration algorithm
Appearance
A graph exploration algorithm specifies a possible way how a Graph can be traversed.
The two most common algorithms are Breadth_first_search and Depth_first_search.
A graph exploration algorithm specifies a possible way how a Graph can be traversed.
The two most common algorithms are Breadth_first_search and Depth_first_search.