| クラス | 説明 |
|---|---|
| StronglyConnectedComponentDetector<T> |
An object that splits a graph into strongly connected components lazily with
Tarjan's Strongly Connected Components Algorithm.
|
| TopologicalSort |
Provides a topological sort algorithm.
|
| 例外 | 説明 |
|---|---|
| CyclePresentException |
An exception thrown for graphs with cycles as an argument for topological sort.
|