Expand description
Graph analysis algorithms: cycle detection and topological sort.
Structs§
- Cycle
- A cycle in the graph (list of table names forming the cycle)
Functions§
- cyclic_
tables - Get all tables that are part of any cycle
- find_
cycles - Find all cycles in the graph using Tarjan’s SCC algorithm