Skip to content

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

License

Notifications You must be signed in to change notification settings

johnnyawesome/MultiSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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: