This is made to be the second version of my previous pathfinding project made with C++ igraphics. But then added some more visualizations too.
So far there are 6 segments
- Pathfinder
- Prime Numbers
- Sorting Algorithms
- N Queen
- Convex Hull
- Recursion Tree
- DFS
- BFS
- Dijkstra
- A star
- Bubble sort
- Selection sort
- Insertion sort
- Heap sort
- Merge sort
- Quick sort
- Sieve of Eratosthenes
- N Queen Backtracking
- Graham Scan for Convex Hull
- Recursion
- Fibonacci Number
- Binomial Coefficient
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
: Tursi