~ 1 min Read.
Sorting Visualizer Visualizes the runtime behaviour of standard Sorting Algorithms by means of 2D-Animations on a Webpage .
Check out Here Live URL.
Or Clone this repo in your local machine and Click on Index.html.
Implemented using :
- HTML
- CSS
- JavaScript
- BootStrap
It visualizes 7 different sorting Algorithms on Random/Custom Array at different animation Speeds and Sizes.
- Merge Sort
- Quick Sort
- Heap Sort
- Bubble Sort
- Selection Sort
- Insertion Sort
- Count Sort
Here are Some Sample Images :
Image 1 : A snap of Merge Sort.
Image 2 : Custom Input Form With Validation.
Mobile-First and Fully Responsive.