weighted_path 0.6.0

A Rust library for finding shortest paths in weighted graphs using Dijkstra's algorithm with multiple heap implementations
Documentation
1
2
3
4
5
6
7
8
9
4
A
B
C
D
A|B|2
C|B|1
B|D|3
C|D|11