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

https://github.com/jayexdesigns/sorting-algorithm-visualizer

A simple visualizer for common sorting algorithms
https://github.com/jayexdesigns/sorting-algorithm-visualizer

algorithm sorting-algorithms vanilla-javascript visualization

Last synced: about 2 months ago
JSON representation

A simple visualizer for common sorting algorithms

Awesome Lists containing this project

README

          


Sorting Algorithm Visualizer


Sorting algorithms can be visually represented and they're actually quite interesting to look at




Usage


There is a button for each algorithm and a button for shuffling the elements, down the page, there is also an input for the amount of elements you want to create (keep in mind the more elements you add the longer it will take).




Bubble





Insertion





Selection





TRY IT!