A better visualization of different algorithms made with React.
So far there are 6 segments
- Pathfinder
- Prime Numbers
- Sorting Algorithms
- N Queen
- Binary Search Game
- Recursion Tree
I have implemented a total of 16 algorithms so far. And will try to add more later.
- DFS
- BFS
- Dijkstra
- A star
- Recursive Maze Creation
- Bubble sort
- Selection sort
- Insertion sort
- Heap sort
- Merge sort
- Quick sort
- Sieve of Eratosthenes
- N Queen Backtracking
- Binary Search
- Recursion
- Fibonacci Number
- Binomial Coefficient