A Sorting Visualizer web application done by using JS/React. https://ozkazanc.github.io/sorting-visualizer/
In order to see how the different sorting algorithms work and do sorting on different input arrays.
Implemented these sorting algorithms:
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Heap Sort
- Quick Sort
For these different input arrays:
- Totally Random
- Almost Sorted
- Few Unique Elements
- Reversed