20 SORTS Christmas Tree
Time Stamps: 00:00 Quick Sort (Dual Pivot) 00:25 Odd Even Sort 00:41 Shell Sort 01:03 Radix (LSD) Sort (Base 10) 01:20 Gravity (Bead) Sort 01:34 Merge Sort 01:58 Bubble Sort 02:15 Cocktail Shaker Sort 02:33 Heap Sort 02:56 Comb Sort 03:15 Quick Sort (Pivot Middle) 03:27 Insertion Sort 03:50 Double Selection Sort 04:02 Gnome Sort 04:25 Cycle Sort 04: 40 Selection Sort 04:57 Bucket Sort 05:07 Counting Sort 05:20 American Flag Sort 05:40 Bogo Sort 05:55 Comparison Table 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 measured time only used for the algorithm. As Swap counts the exchange between the indexes of two elements of the array. As Write to the Main Array counts the change of a value in the Array.
|
|