
A web application, that lets you visualize complex algorithms. User's gets to working of algorithms, at different speeds, and different setups.
- Graph Algorihtms
- Dijkstra's path finding algorihtm.
- A-Star path finding algorihtm.
- Breadth First Search (BFS) traversal algorihtm.
- Depth First Search (DFS) traversal algorithm.
- Sorting Algorihtms
- Bubble Sort
- Selection Sort
- Insertion Sort
- Quick Sort
- Merge Sort
- Heap Sort
- FrontEnd Design: HTML & CSS
- Algorithms and animations: JavaScript
- Server hosting: NodeJS
- Web hosting: Netlify
- Fork the repository and clone it to your local machine.
git clone https://github.com/harshita9104/algorithm-Visualiser
- Install the dependencies
npm install
- Run the server
npm start
- Open the browser and go to the link
http://localhost:3000/