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

Function addEdge

graph/depth_first_search.cpp:56–66  ·  view source on GitHub ↗

* \brief * Adds and edge between two vertices of graph say u and v in this * case. * * @param adj Adjacency list representation of graph * @param u first vertex * @param v second vertex * */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected