diff --git a/Grade 10/Computer Science/ICS4U1/Sorting Methods/Shellsort List.md b/Grade 10/Computer Science/ICS4U1/Sorting Methods/Shellsort List.md index fb99fee..de90f32 100644 --- a/Grade 10/Computer Science/ICS4U1/Sorting Methods/Shellsort List.md +++ b/Grade 10/Computer Science/ICS4U1/Sorting Methods/Shellsort List.md @@ -63,5 +63,8 @@ public static void shellSort(int arr[]) // Method Header **Ehanced Shell Sort:** 31 `35 Elements: 1,2,23,12,25,7,9,5,36,1,100,37,12,86,2,127,62,14,3,9,30,14, 90,1,20,30,74,48,37,40,7,101,200,4,9 `
+**Shell Sort:** 202 +**Enhanced Shell Sort:** 105 - +## Number of Comparisons to Array Size Chart +![alt text](https://i.imgur.com/SNfzwpU.png)