This is a simple project which shows the real world implementation of Dijkstra Algorithm using P5.js , it purely demonstrates how path-finding algorithm works.
These instructions will get up running the project on your local machine.
- NodeJS
- NPM
To get up running the project you just need is:
node app.js
and it will show you the port number of local server where it is serving.
- Javascript(ES6) - Implemented the Algorithm.
- p5.js - To build the interface.
- Express - Web Server.
- NPM - Dependency Management.
It shows how Dijkstra is checking every path and selecting the best path.
- Pranjal Agnihotri