https://github.com/blakley/algorithm-sort-visualizer
Web-based Sorting Algorithm Visualizer
https://github.com/blakley/algorithm-sort-visualizer
algorithms javascript sorting-algorithms sorting-visualization visualization
Last synced: 11 months ago
JSON representation
Web-based Sorting Algorithm Visualizer
- Host: GitHub
- URL: https://github.com/blakley/algorithm-sort-visualizer
- Owner: Blakley
- Created: 2021-06-19T02:43:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T01:45:44.000Z (over 4 years ago)
- Last Synced: 2025-02-01T04:27:32.248Z (about 1 year ago)
- Topics: algorithms, javascript, sorting-algorithms, sorting-visualization, visualization
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm Sorting Visualizer
Sorting Visualization for `bubble` and `insertion`.
Visualization is created by first creating divs and styling them.
Namely, we transform the width and height of a div and apply a color-style to it
to create a `bar` element. After that, we can swap our created elements and their style properties.
## Demo here
## Built With
- [Languages](https://www.w3schools.com/html/html_scripts.asp) - HTML, CSS, and JavaScript
## Todo:
- Implement quick sort
- Implement heap sort
## Deployment
Simply open the `index.html` file in your browser