A graph algorithm visualising application, widely used by Students and teachers to visualise & understand graph algorithms better.
- Draw Nodes
- Create Edge (Directed / Undirected)
- Edit an Edge (Weighted / Unweighted)
- Select from provided algorithms
- Breadth First Search
- Depth First Search
- Dijkstra
- Clone this repo
- Run Following command
npm install npm run start
Access http://localhost:5000 to view the application