Expand description
This module contains the DistanceMap trait which is used in
shortest_path.
The trait allows the shortest path functions to support multiple return types.
Traitsยง
- Distance
Map - A mapping for storing the distances of nodes for shortest path algorithms.