Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amityv0113/sorting_algorithm_visualizer
https://github.com/amityv0113/sorting_algorithm_visualizer
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amityv0113/sorting_algorithm_visualizer
- Owner: amityv0113
- Created: 2020-11-29T06:24:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T20:10:43.000Z (about 4 years ago)
- Last Synced: 2024-11-09T03:42:37.546Z (2 months ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting_Algorithm_Visualizer
Sorting Algorithm Visualizer helps to visualize different sorting algorithms like :
1) Bubble Sort
2) Selection Sort
3) Insertion Sort
4) Merge Sort
5) Quick Sort
5) Heap Sortyou can also change the algorithm speed and size of array with help of controller
different color pattern is use to at different statebrown color ----the block is sorted
red color ----processing the block
yellow color ---at which postion the algorithm is current present at
![Screenshot from 2020-11-29 12-15-23](https://user-images.githubusercontent.com/41436957/100535224-08fb1a80-323d-11eb-9122-e96edfd71cf4.png)
![Screenshot from 2020-11-29 12-16-15](https://user-images.githubusercontent.com/41436957/100535226-0b5d7480-323d-11eb-9a17-3364c0b5eddf.png)
![Screenshot from 2020-11-29 12-16-28](https://user-images.githubusercontent.com/41436957/100535230-13b5af80-323d-11eb-85e4-6870fbdc0f89.png)
![Screenshot from 2020-11-29 12-16-42](https://user-images.githubusercontent.com/41436957/100535229-11ebec00-323d-11eb-9948-c1c1b0450074.png)![Screenshot from 2020-11-29 12-16-17](https://user-images.githubusercontent.com/41436957/100535418-b884bc80-323e-11eb-9e0c-c73369ed9814.png)