Expand description
Cycle detection (ALGO-CY-001).
Finds a single cycle in a graph using iterative DFS.
Counterpart of igraph_find_cycle.
Structs§
- Cycle
Result - Result of a cycle search.
Enums§
- Cycle
Mode - Mode for following edges in directed graphs.
Functions§
- find_
cycle - Finds a single cycle in the graph, if one exists.