public class SimpleTopologicalSort<T extends Comparable<? super T>> extends Object
| Constructor and Description |
|---|
SimpleTopologicalSort(DirectedGraph<T> graph) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
topologicalSort() |
public SimpleTopologicalSort(DirectedGraph<T> graph)
public List<T> topologicalSort() throws GraphException
GraphExceptionCopyright © 2000-2022 Sualeh Fatehi. All rights reserved.