This project file contains the code for my sorting visualizer. The sorting visualizer contains many different sorting algorithms that you can visualize.
Certain sorting algorithms that are included in this are:
- Merge Sort
- Bubble Sort
- Heap Sort
- Selection Sort
- Quick Sort
- Insertion Sort
- A smooth user experience for users to understand how certain sorting algorithms work