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

Class Graph

graph/lowest_common_ancestor.cpp:53–78  ·  view source on GitHub ↗

* Class for representing a graph as an adjacency list. * Its vertices are indexed 0, 1, ..., N - 1. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected