A simple in-browser sorting algorithm visualizer.
Open index.html
directly in your browser, or start a static server and visit http://localhost:PORT
.
- Double-click
index.html
.
- If you have Python 3:
python3 -m http.server 8000
Then open http://localhost:8000 in your browser.
css/
— stylesscripts/
— JS filesindex.html
— main page