A react app for playing with a maze path tracing implementation of dijkstras algorithm.
An efficient implementation of dijkstras algorithm, which is bound to a map which gets updated with the path after tracing. Costs for each of the cardinal direcctions can be set.
- Settable Costs for each of the directions
- Min Heap Priority Queue implementation of dijkstras algorithm
To build:
npm run buildTo run locally for dev:
npm run start