Listening to Sorting Algorithms!

Now with time stamps! WAO! !IMPORTANT NOTE! “Bounce Sort“ is actually called “Cocktail Shaker Sort“. If anyone is calling it Bounce Sort these days, it’s probably my fault. Sorry for that! If you go around calling it Bounce Sort, your professor’s gonna be like “wtf is that? F!“ and that ain’t gonna be fun! Ditto for Banshee Sort, it’s probably a type of Bucket Sort! As for Insertion Sort, it’s been brought to my attention that it might actually be something called Gnome Sort. Reading about the two at a glance, I think I need to read more. Until then, perhaps you should, too, if it interests you?   ------- Sorting Algorithms used (some were misnamed in the video): 00:00 [1] Bubble sort 00:21 [2] Cocktail Shaker Sort 01:16 [3] Insertion Sort 01:53 [4] Quick Sort 03:07 [5] Bucket Sort, 2 buckets 06:03 [6] Bucket Sort, 10 buckets 08:10 [7] Binary Radix Sort, Least Significant Digit
Back to Top