Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.12 KB

MultiSort

Visual version of BubbleSort, SelectionSort and InsertionSort sorting algorithms written in P5JS.

MultiSort

MultiSort is a collection of three sorting algorithms. Sorting Algorithms let you sort all kinds of things, like the randmomly generated bars in the image above.

The supported sorting algorithms are:

Also, I have a separate projects of all of these sorting algorithms, in case you need just one: