20 Sorts Visualized - (Radix Sort, Bubble Sort, Merge Sort, Quick ..)

Visualization of 20 different Sorting Algorithms as a scatter plot with sounds. ✅ Subscribe: You can Donate, if you want to support me: This is totally not necessary, but helps me give you more of those visualizations :) This Video includes following Sorts: 00:00 Quick Sort (Dual Pivot) 00:44 Odd Even Sort 01:26 Shell Sort 02:02 Radix (LSD) Sort 02:25 Gravity Sort 03:00 Merge Sort 03:42 Bubble Sort 04:28 Cocktail Shaker Sort 05:06 Heap Sort 05:46 Comb Sort 06:19 Quick Sort (Pivot Middle) 06:36 Insertion Sort 07:14 Double Selection Sort 07:30 Gnome Sort 08:26 Cycle Sort 08:50 Selection Sort 09:19 Bucket Sort 09:32 Counting Sort 09:54 American Flag Sort 10:21 Bogo Sort 10:30 Comparison Table Measurements explained: As“Comparison“ counts the comparison of a value from the Array with any other value. As “Segment“ counts every sorted part of the array. “Real Time“ corresponds to the measur
Back to Top