An open API service indexing awesome lists of open source software.

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.

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
![demo image](https://sorting.alhinds.com/og-image.jpg)