MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / depth_first_search

Function depth_first_search

graph/depth_first_search.cpp:99–105  ·  view source on GitHub ↗

* \brief * initiates depth first search algorithm. * * @param adj adjacency list of graph * @param start vertex from where DFS starts traversing. * */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls 2

exploreFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected