Class | Description |
---|---|
UndirectedEdge<T> |
An undirected edge in a graph
|
UndirectedGraph<T> |
An undirected graph which contains Vertices which store data and Edges.
|
UndirectedVertex<T> |
An vertex of an undirected graph which stores some data
|
UnweightedUndirectedGraph<T> |
An unweighted undirected graph which contains Vertices which store data and
Edges.
|
UnweightedUndirectedVertex<T> |
A vertex of an unweighted undirected graph which stores some data
|
WeightedUndirectedEdge<T> |
A weighted undirected edge in a graph
|
WeightedUndirectedGraph<T> |
A weighted undirected graph which contains Vertices which store data and
Edges.
|
WeightedUndirectedVertex<T> |
A vertex of a weighted undirected graph which stores some data
|