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

Class CycleCheck

graph/cycle_check_directed_graph.cpp:159–300  ·  view source on GitHub ↗

* Check if a directed graph has a cycle or not. * * This class provides 2 methods to check for cycle in a directed graph: * isCyclicDFS & isCyclicBFS. * * - isCyclicDFS uses DFS traversal method to check for cycle in a graph. * - isCyclidBFS used BFS traversal method to check for cycle in a graph. */

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