判断题:Suppose we are now sorting an initial array (8, 3, 9, 11, 2, 1,
Suppose we are now sorting an initial array (8, 3, 9, 11, 2, 1, 4, 7, 5, 10, 6)using Shellsort. If the sorting result after the first run is (1, 3, 7, 5, 2, 6, 4, 9, 11, 10, 8) and that after the second run is (1, 2, 6, 4, 3, 7, 5, 8, 11, 10, 9), then the increments used for the two sortings are 5 and 2.
答案:FALSE
答案:FALSE