vernon
Harder than Ronnie Pickering
- Location
- Meanwood, Leeds
A visualisation and 'audibilisation' of fifteen different data sorting algorithms:
For those who want to know and for those who couldn't care less the algorithms are:
selection sort, insertion sort, quick sort, merge sort, heap sort, radix sort (LSD), radix sort (MSD), std::sort (intro sort), std::stable_sort (adaptive merge sort), shell sort, bubble sort, cocktail shaker sort, gnome sort, bitonic sort and bogo sort
[RHETORICAL QUESTION] I wonder if the visualisation and audibilisation had equal effects on the speed of each algorithm.....[/RHETORICAL QUESTION]
For those who want to know and for those who couldn't care less the algorithms are:
selection sort, insertion sort, quick sort, merge sort, heap sort, radix sort (LSD), radix sort (MSD), std::sort (intro sort), std::stable_sort (adaptive merge sort), shell sort, bubble sort, cocktail shaker sort, gnome sort, bitonic sort and bogo sort
[RHETORICAL QUESTION] I wonder if the visualisation and audibilisation had equal effects on the speed of each algorithm.....[/RHETORICAL QUESTION]