Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amityv0113/sorting_algorithm_visualizer


https://github.com/amityv0113/sorting_algorithm_visualizer

Last synced: 8 days ago
JSON representation

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 Sort

you can also change the algorithm speed and size of array with help of controller
different color pattern is use to at different state

brown 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)