| EdgeLabeling | Simple wrapper class for any mapping of edges to values.
|
| EdgeWeight | Simple class for storing edge weights.
|
| Point2D | Simple Wrapper class for a point in 2D-space. Used for Graph
|
| Queue | Simple Queue class implemented as a Python list
|
| Set | Set
|
| Stack | Simple Stack class implemented as a Python list
|
| VertexLabeling | Simple Wrapper class for any mapping of vertices to values.
|
| VertexWeight | |