Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oze4/visualize-sorting-algorithms
Visualize Sorting Algorithms
https://github.com/oze4/visualize-sorting-algorithms
Last synced: about 2 months ago
JSON representation
Visualize Sorting Algorithms
- Host: GitHub
- URL: https://github.com/oze4/visualize-sorting-algorithms
- Owner: oze4
- License: unlicense
- Created: 2024-07-27T21:30:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T13:21:01.000Z (5 months ago)
- Last Synced: 2024-08-06T15:26:21.154Z (5 months ago)
- Language: JavaScript
- Homepage: https://oze4.github.io/visualize-sorting-algorithms/
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visualize Sorting Algorithms in JavaScript!
Check out a [live demo here](https://oze4.github.io/visualize-sorting-algorithms/)!
### About
We use generator functions to update the DOM while sorting.
### Colors
We [mostly] follow this color convention:
- Default colored `black`.
- Comparing colored `yellow`.
- Correct position colored `green`.
- Incorrect position colored `red`.
- Completed colored `blue`.
- Algorithm specific items (for example, the pivot in quick sort) are colored `cyan`.