The Art of Sorting
1 min readJan 6, 2018
Some days you just feel the need to sort and organise things. Well as a Computer Scientist numbers are something that always need sorting.
As any first year computer science student would sorting is common in all fields an has many different uses.
Bubble Sort
Bubble sort one of the slowest but a very easy to understand sort.
Bubble Sort
Quick Sort
A very efficient sort.
The Rest of them are in the algo of this : https://github.com/jonese1234/colourSorter
To view all the sorts look here: https://gfycat.com/@jonese1234/sorting_methods
Thanks for reading just some fun i guess!