Home / Computer science
A generic search that
tests some not-yet-searched adjacent vertex 1
and then searches it using DFS.
No “depth”, to maintain the graph-theoretical perspective of generic search.