Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneha24102000/algorithm-sorting-visualizer
https://github.com/sneha24102000/algorithm-sorting-visualizer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sneha24102000/algorithm-sorting-visualizer
- Owner: sneha24102000
- Created: 2021-06-26T17:27:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T15:09:19.000Z (over 3 years ago)
- Last Synced: 2023-10-08T16:29:32.751Z (about 1 year ago)
- Language: JavaScript
- Size: 481 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm-Sorting-Visualizer
# View The Project Here - https://xenodochial-darwin-bd74c7.netlify.app/
# Youtube Link- https://youtu.be/MA3QNmdhHG4Project Context :
We have learnt sorting algorithms like bubble sort, selection sort, insertion sort, quick sort. But often we fail to understand the core idea of a particular algorithm maybe because we are unable to visualize how they work. So the most important thing to understand about these algorithms is visualization.
Made this project to let everyone understand how these algorithms work and through this project you also will get a deep understanding of such sorting algorithms.Our project visualizes four most commonly used sorting algorithms: bubble sort, selection sort, insertion sort, quick sort. User could run the program on a local machine and see how each algorithm works in action, and how elements are swapped in the array to get to the sorted array in the end. Our program also measures and displays the actual run-time of each sorting algorithm on the screen.