Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 15, 2016 08:12 am PDT

Video of 15 sorting algorithms, with "audibilization"

Screen Shot 2016-06-14 at 10.41.02 PM

It's fascinating to see and hear the distinctive personalities of the different sorting algorithms in this 5-minute video. My favorite is the bogo sort at the end, which sounds the best but seems to do a poor job of sorting

Visualization and "audibilization" of 15 Sorting Algorithms in 6 Minutes.

Sorts random shuffles of integers, with both speed and the number of items adapted to each algorithm's complexity.

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 (30 seconds of it).

Sorting videos are popular on YouTube. I like these ones that show robotos competing to sort balls from darkest to lightest:https://youtu.be/es2T6KY45cAhttps://youtu.be/H5kAcmGOn4Q


Original Link: http://feeds.boingboing.net/~r/boingboing/iBag/~3/nFRfg5bbGGE/video-of-15-sorting-algorithms.html

Share this article:    Share on Facebook
View Full Article