NODE
- public interface Tarjan<NODE>
Modifier and Type | Method and Description |
---|---|
List<List<NODE>> |
executeTarjan(Adjacency<NODE> graph)
Create the strongly connected components for the given graph.
|
Copyright © 2010–2016. All rights reserved.