Module dijkstra

Module dijkstra 

Source

Structs§

PqElement
Concrete implementation of PriorityQueueElement. Comparison and equality operations only care about val.

Traits§

Dijkstrable
An object on which we can run Dijkstra’s algorithm to retrieve the multiple shortest paths.
PriorityQueueElement
Element of a priority queue.