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

Function explore

graph/connected_components.cpp:59–67  ·  view source on GitHub ↗

* @brief Utility function for depth first seach algorithm * this function explores the vertex which is passed into. * * @param adj adjacency list of graph. * @param u vertex or node to be explored. * @param visited already visited vertices. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

getConnectedComponentsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected