https://github.com/aanu2021/complete-sorting-visualizer-
Helps to understand the inner workings of all kind of sorting algorithms , their time and space complexities.
https://github.com/aanu2021/complete-sorting-visualizer-
Last synced: 3 months ago
JSON representation
Helps to understand the inner workings of all kind of sorting algorithms , their time and space complexities.
- Host: GitHub
- URL: https://github.com/aanu2021/complete-sorting-visualizer-
- Owner: aanu2021
- Created: 2022-05-30T20:43:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T16:29:13.000Z (over 2 years ago)
- Last Synced: 2025-01-10T15:17:00.059Z (5 months ago)
- Language: JavaScript
- Homepage: https://aanu2021.github.io/Complete-Sorting-Visualizer-/
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Complete-Sorting-Visualizer-
A web application showcasing the inner workings of sorting algorithms.Implemented algorithms:
1.Bubble sort
2.Selection sort
3.Insertion sort
4.Merge sort
5.Quick sort
6.Heap sortFeatures:
Colored representation of step being executed.
1.1) Blue:default
1.2) Yellow: Being compared
1.3) Red: Identified as in incorrect position and to be moved
1.4) Green: In correct position3 Controls for visualizations
2.1) Speed of visualization (5 speed levels)
2.2) Data size ()
2.3) Generation of new data (Randomly generate new data).Time and Space complexity of algorithm being visualized.
Let's Have a look at the finished product :
https://aanu2021.github.io/Complete-Sorting-Visualizer-/
https://www.youtube.com/watch?v=rOxErO_aTtM