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

Function push_vertex

graph/kosaraju.cpp:37–46  ·  view source on GitHub ↗

* //Recursive function/method to push vertices into stack passed as parameter: * @param v vertices * @param st stack passed by reference * @param vis array to keep track of visited nodes (boolean type) * @param adj adjacency list representation of the graph * @return void **/

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

kosarajuFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected