You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cabal update
cabal install
cabal configure
nix-build PathFinder.nix
cd ./result/bin
./Path-Finder.exe
if you get any dep failures just do cabal install
ToDO
work on BreadthFirst
work on Djistrka
implement A* Star
try a nix-build on mac
About
implementing simple path finding algorithms in Haskell