pathfinding
pathfinding copied to clipboard
Using aHash instead of std HashMap in dijkstra algorithm?
Hi, thank you for the fantastic crate!
Is it possible to use aHash instead of the std HashMap in the Dijkstra algorithm?
https://github.com/tkaitchuck/aHash
Thanks!