Welcome to Algo Visualizer, a simple web app for visualizing various sorting, pathfinding and number theory algorithms. This project is highly inspired by Clement Mihailescu's work . Built using HTML, CSS and vanilla Javascript. You can access the project here.
- Dijkstra's
- A-star search
- Depth First Search
- Breadth First Search
- Sieve of Eratosthenes
- Sorting algorithms such as - Merge sort, Bubble sort, Quick sort and Insertion sort
Algorithms to be added
- N-queens (backtracking)
- Travelling salesman problem
- Tree traversals (inorder, postorder, preorder)
- More pathfinding algorithms - Best first search.
Improve code
- Clean up code and organize it properly.
- Implement stateful components in vanilla js here