graph-dsl
graph-dsl copied to clipboard
Detect cycles
Write method that uses edge classification to detect cycles. This will be used to implement the directed a cyclic graph plugin.
Cycles need to be detected in undirected and directed graph.