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

Class Graph

graph/cycle_check_directed_graph.cpp:55–148  ·  view source on GitHub ↗

* Implementation of graph class. * * The graph will be represented using Adjacency List representation. * This class contains 2 data members "m_vertices" & "m_adjList" used to * represent the number of vertices and adjacency list of the graph * respectively. The vertices are labelled 0 - (m_vertices - 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