Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 337 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 337 Bytes

A Sorting Algorithm visualization https://simone-dr.github.io/SortingVisualizer

Coded in html, css and javaScript under the use of the p5.js JavaScript library for visualization.

Includes Bubblesort, Selectionsort, Insertionsort and Quicksort aswell as the possiblility to change the sorting speed and number of elements in the array.