AStarDijkstra< GraphType > | The A* Variant of Dijkstra's algorithm using cartesian distances |
BackwardDijkstra< GraphType > | Plain Dijkstra algorithm backwards implementation |
BidirectionalDijkstra< GraphType > | Bidirectional Dijkstra algorithm implementation |
CompleteBinaryTree< DataType, StorageStrategy > | A complete binary tree |
Dijkstra< GraphType > | Plain Dijkstra algorithm implementation |
DynamicGraph< GraphImplementation, Vtype, Etype > | A dynamic graph type |
CompleteBinaryTree< DataType, StorageStrategy >::Node | A node iterator of a CompleteBinaryTree |
PackedMemoryArray< dataType > | |
PMDictionary |