Performs a depth-first analysis of a given {@link Graph}, caching information about the graph's nodes and edges. See the DFS algorithm in the book 'Introduction to Algorithms' by Cormen, Leiserson, and Rivest. The algorithm has been modified to group sibling nodes without connections together during the topological sort.
@author Abe White @since 1.0.0 @nojavadoc
|
|
|
|