-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
And perhaps even with some indentation so that you can see the hierarchy more
easily.
And perhaps even with some indentation so that you can see the hierarchy more
easily.
FWIW, I've had good luck using jgrapht to do topological sorts in a different
context (database FK relationships).
(Visualization is harder – it's pretty difficult to represent a directed
acyclic graph with just an indented list, unless you repeat vertices. Exhibit
1: maven's debug output.)