Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobbui/sorting-algorithm-simulation
Sorting Algorithm Simulation
https://github.com/bobbui/sorting-algorithm-simulation
algorithm html js sorting-algorithms
Last synced: 6 days ago
JSON representation
Sorting Algorithm Simulation
- Host: GitHub
- URL: https://github.com/bobbui/sorting-algorithm-simulation
- Owner: bobbui
- License: mit
- Created: 2015-09-02T03:32:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-28T14:45:21.000Z (over 8 years ago)
- Last Synced: 2025-01-18T09:12:09.210Z (13 days ago)
- Topics: algorithm, html, js, sorting-algorithms
- Language: JavaScript
- Homepage: https://rawgit.com/thangbn/sorting-algorithm-simulation/master/index.html
- Size: 275 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sorting Algorithm Simulation
Web-based sorting algorithm simulation created using Bootstrap and JQuery.Live demo here: https://rawgit.com/thangbn/sorting-algorithm-simulation/master/index.html
Features
- Algorithm: Bubble sort, Quick sort, Merge sort
- Data type: Bar, Word, Number
- Data generation type: Random, Nearly sort, Sorted, Reversed Order, Few Distinct
- List size
- Animation delay customized value
- Step-by-step running
- Algorithm step simulation
- Number of swap and number of coparison counting##Screenshot
![alt text](https://raw.githubusercontent.com/thangbn/sorting-algorithm-simulation/master/screenshot/Screenshot.PNG "Screenshot")
## License
Licensed under MIT license.## Copyright
Copyright (c) 9/2015, Thang Bui - thang.buinguyen at gmail.com, - All Rights Reserved