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

Function explore

graph/depth_first_search.cpp:80–89  ·  view source on GitHub ↗

* * \brief * Explores the given vertex, exploring a vertex means traversing * over all the vertices which are connected to the vertex that is * currently being explored. * * @param adj garph * @param v vertex 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

depth_first_searchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected