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
Node1
Node2
Node3
Node4
Node1|Node2|100
Node1|Node3|1
Node3|Node4|1
Node2|Node4|1