This project is a Graph Algorithm Simulator designed for educational purposes, specifically for the Design and Analysis of Algorithms (DAA) subject in the 4th semester of B.Tech.
- Aditya Pandey - HTML structure and layout, canvas setup, and event handling.
- Tanmay Sagar - CSS styling and graph drawing logic.
- Kartik Bisht - BFS and DFS algorithm implementations.
- Gaurang Joshi - Dijkstra's algorithm implementation.
- Interactive graph creation by clicking on the canvas.
- Visualization of BFS, DFS, and Dijkstra's algorithms.
- Dynamic edge weights and node connections.
- Open
index.html
in a browser. - Click on the canvas to create nodes.
- Click on two nodes to create an edge with a random weight.
- Use the buttons to visualize BFS, DFS, or Dijkstra's algorithm.
- HTML
- CSS
- JavaScript
This project is for educational purposes and is not licensed for commercial use.