Module graph

Module graph 

Source
Expand description

Provides generic, reusable graph algorithms and data structures.

Structs§

CycleError
An error indicating that a cycle was detected in the graph.

Functions§

topological_sort
Performs a topological sort on a generic directed graph.