mirror of
https://gitlab.com/magicalsoup/Highschool.git
synced 2025-02-02 12:51:46 -05:00
Update Shellsort List.md
This commit is contained in:
parent
2a6d9b2977
commit
1c9c5b9e66
@ -63,5 +63,8 @@ public static void shellSort(int arr[]) // Method Header
|
|||||||
**Ehanced Shell Sort:** 31
|
**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 ` <br/>
|
`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 ` <br/>
|
||||||
|
**Shell Sort:** 202
|
||||||
|
**Enhanced Shell Sort:** 105
|
||||||
|
|
||||||
|
## Number of Comparisons to Array Size Chart
|
||||||
|
![alt text](https://i.imgur.com/SNfzwpU.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user