V - The vertex typeE - The edge typepublic class BiconnectedSplitting<V extends Vertex,E extends Edge<V>>
extends java.lang.Object
| Constructor and Description |
|---|
BiconnectedSplitting(Graph<V,E> graph) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Graph<V,E>> |
findBiconnectedComponents()
Divides the graph into biconnected components
and return them
|