https://github.com/darkpurple141/sorting-algo-visualizer
Runs through various sorts to help students visualize how they work.
https://github.com/darkpurple141/sorting-algo-visualizer
javascript sorting-algorithms sorting-algorithms-implemented
Last synced: 3 months ago
JSON representation
Runs through various sorts to help students visualize how they work.
- Host: GitHub
- URL: https://github.com/darkpurple141/sorting-algo-visualizer
- Owner: DarkPurple141
- License: mit
- Created: 2018-04-02T05:07:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T02:21:04.000Z (over 7 years ago)
- Last Synced: 2025-01-18T05:08:46.168Z (9 months ago)
- Topics: javascript, sorting-algorithms, sorting-algorithms-implemented
- Language: JavaScript
- Size: 554 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sorting-algo-visualizer
Runs through various sorts to help students visualise how they work.
Live link: [https://sorting.alhinds.com/](http://sorting.alhinds.com/)## Purpose
This project's main aim is to implement and animate the basic sorting algorithms to help people understand how they work.
NB. This project has a sub-focus of being a small tuneup for myself in some more involved vanilla js.
## Demo
