https://github.com/khushi2706/sorting-visualiser
https://github.com/khushi2706/sorting-visualiser
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khushi2706/sorting-visualiser
- Owner: khushi2706
- Created: 2022-07-02T08:27:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T02:38:20.000Z (over 3 years ago)
- Last Synced: 2025-01-16T06:33:57.801Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting_Visualizer
Implemented algorithms:
1) Bubble sort
2) Selection sort
3) Insertion sort
4) Merge sort
5) Quick sort
6) Heap sortFeatures:
1) Colored representation of step being executed.
2) Three Controls for visualizations like managing speed size of array
4) Time and Space complexity of algorithm being visualized.