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

Function dfs

graph/kosaraju.cpp:55–64  ·  view source on GitHub ↗

* //Recursive function/method to implement depth first traversal(dfs): * @param v vertices * @param vis array to keep track of visited nodes (boolean type) * @param grev graph with reversed edges * @return void **/

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

dfsMethod · 0.70
search_bridgesMethod · 0.70
kosarajuFunction · 0.70
hopcroftKarpAlgorithmMethod · 0.70
dfsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected