Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.31 KB

readme.md

File metadata and controls

41 lines (26 loc) · 1.31 KB

DIJKSTRA ALGORITHM VISUALIZER

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.

Getting Started

These instructions will get up running the project on your local machine.

Prerequisites

  • NodeJS
  • NPM

Installing

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.

Built With

Screenshots

It shows how Dijkstra is checking every path and selecting the best path.

screenshot 96

screenshot 97

screenshot 100

screenshot 101

Author

  • Pranjal Agnihotri