This project helps visualize how sorting algorithms work.
Website - https://ash-sorting-visualizer.netlify.app/
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Can adjust speed of the visualization
- Can increase or decrease the number of elements in the array
- choose 3 different algorithms - bubble, selection and insertion sort
- Added support for Mobile devices
- Ability to see actual number on the individual element (only for laptop and above)
- Merge Sort Visualization Added
- Refactored Code
- Shifted Sorting logic to individual files using funcitonal components
- changed website logo
- Quick Sort
- Time and Space Complexity details
- Actual time taken by algorithms
Major update - Side by side comparison of algorithms with visualization and actual time taken