Which is the best sorting Algorithm

2    23 Nov 2015 12:31 by u/opmjc

Watch this Video to know about basics for Computer Algorithms and to see the amazing visualization of 15 Sorting Algorithms such as 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 (30 seconds of it). Which one is the best? https://www.youtube.com/watch?v=2REXdnTPhOQ&list=PLK2ccNIJVPpCWZdr2bavtP-8xxtKJIXw7

1 comment

0

The bongo sort is the ultimate algorithm. If you use it, you will never have a need for any other sorting algorithm. It is both stable and speedy; it's the best of both worlds.