https://github.com/bobbui/sorting-algorithm-simulation
Sorting Algorithm Simulation
https://github.com/bobbui/sorting-algorithm-simulation
algorithm html js sorting-algorithms
Last synced: about 2 months 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 (almost 9 years ago)
- Last Synced: 2025-03-23T18:54:22.667Z (2 months 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

## License
Licensed under MIT license.## Copyright
Copyright (c) 9/2015, Thang Bui - thang.buinguyen at gmail.com, - All Rights Reserved