Perform a study of Shellsort, using different increments. Compare the version shown in Section 7.3 , where

Question:

Perform a study of Shellsort, using different increments. Compare the version shown in Section 7.3 , where each increment is half the previous one, with others. In particular, try implementing “division by 3” where the increments on a list of length n will be n=3, n=9, etc. Do other increment schemes work as well?

7.3 Shellsort The next sort we consider is called Shellsort, named after its inventor, D.L. Shell. It is also

59 20 17 13 28 14 23 83 36 98 11 70 65 41 42 15 36 20 11 13 28 14 23 15 59 98 17 70 65 41 42 83 t 28 14 11 13

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: