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

Method Graph

graph/lowest_common_ancestor.cpp:62–68  ·  view source on GitHub ↗

* \brief Populate the adjacency list for each vertex in the graph. * Assumes that evey edge is a pair of valid vertex indices. * * @param N number of vertices in the graph * @param undirected_edges list of graph's undirected edges */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected