pathfinding
pathfinding copied to clipboard
Documentation for graphs
Hi, I have been looking a library for nearest path algorithms, I was suggested with this one.
Something I'm not able to found, and is info about graphs, I'm thinking to port code form R to Rust using this library.
At least in R what is use most is graphs, where each one have edges, nodes and a weight, I know the docs says we can do this, but does not describe how to do it.
Could you add some docs to have an example for this pls? I can't found any struct that represents a graph.
I have used A* and Dijkastra algorithms in R for spatial shortest paths.
Thx!