xgraph 1.1.0

A comprehensive Rust library providing efficient graph algorithms for solving real-world problems in social network analysis, transportation optimization, recommendation systems, and more
Documentation
from,to,weight,type
0,1,1,
0,2,1,
1,0,1,
1,2,1,road
2,0,1,
2,1,1,
2,3,1,rail
3,2,1,
3,4,1,
3,5,1,
4,3,1,
4,5,1,
5,3,1,
5,4,1,
6,7,1,
6,8,1,
7,6,1,
7,8,1,
8,6,1,
8,7,1,
8,9,1,
9,8,1,