| Class | Description |
|---|---|
| BCTree<V extends Vertex,E extends Edge<V>> |
Class represents a block-cut vertex tree and contains methods for its construction given
a separable graph
Let B be the set of blocks and C be the set of cut vertices of a separable graph G.
|
| BCTreeEdge |
Edge of the block-cut vertex tree
|
| BCTreeNode |
Node of the block-cut vertex tree
|
| Enum | Description |
|---|---|
| BCNodeType |
Types of nodes of BC-trees (B-block and C-cut vertex)
|