首页
标签
shellsort
在 C 中实现 shellsort 算法
C shellsorting随机int数组
《Algorithms in C part 1-4》p172 shellSort中的for(h=1;h<=(r-1)/9;h=h*3+1)循环是什么意思?
1
2