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
Graph processing error: Invalid edge format at line 4: 'A|B' (expected format: node1|node2|weight)