Graph exploration algorithm
Appearance
A Graph exploration algorithm specifies a possible way how a Graph_(data_structure) can be traversed.
The two most basic algorithms are Breadth_first_search and Depth_first_search.
A Graph exploration algorithm specifies a possible way how a Graph_(data_structure) can be traversed.
The two most basic algorithms are Breadth_first_search and Depth_first_search.