| Interface | Description |
|---|---|
| IDirectedGraph<T> |
Models a directed graph.
|
| Class | Description |
|---|---|
| BasicDirectedGraph<T> |
A simple implementation of DirectedGraph
|
| CycleDetectionUtils |
Cycle detection util class on top of SCCSearch algorithm classes.
|
| SCCSearch<T> |
An implementation of Tarjan's algorithm to find the strongly connected components of a graph.
|