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.
![]() | This computing article is a stub. You can help Wikipedia by expanding it. |