Graph exploration algorithm
Appearance
A graph exploration algorithm specifies a possible way how a [[Graph_(data_structure)|]] 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_(data_structure)|]] can be traversed.
The two most common algorithms are Breadth_first_search and Depth_first_search.