pathfinding-algorithms
v1.0.11
Published
A package for implementing pathfinding algorithms for web apps that need some kind of path finding, maze solving. Supports both weighted and unweighted algos.
Downloads
20
Readme
Hello there! This a package based on Javascript implementations of pathfinding algorithms we made as a part of our college project.
This can be used with any web application that requires any kind of maze solving or pathfinding in general, we've introduced DFS, BFS, Dijkstra and A* algorithms in the first publish.