
A better visualization of different algorithms made with React.
Visit : https://tamimehsan.github.io/AlgorithmVisualizer/
Explore more than 24 algorithms with step by step visualization simplifying the learning process and making it more engaging for a better understanding.
So far there are 6 segments
I have implemented a total of 24 algorithms so far. And will try to add more later.
Graph Search
Sorting
Sieve of Eratosthenes
Archimedes Spiral
N Queen Backtracking
Graham Scan for Convex Hull
Binary Search
Recursion
Turing Machine
I am not sure if anyone would like to contribute to this project or not. But any kind of contributions are welcomes. Also if you like this please star this repo. It keeps me motivated.
I took inspirations from the following sources for some of the segments.
Pathfinder: The Projects That Got Me Into GoogleArchimedes Spiral for Primes: Why do prime numbers make these spirals? Recursion tree visualizer: Recursion Tree VisualizerTuring Machine: TursiMake sure you have node installed in your system. Then run
npm i
npm run devThis will start the app in http://localhost:3000/AlgorithmVisualizer