Expand description
Provides generic, reusable graph algorithms and data structures.
Structs§
- Cycle
Error - An error indicating that a cycle was detected in the graph.
Functions§
- topological_
sort - Performs a topological sort on a generic directed graph.