數據結構與算法——希爾排序

package eightSort; import java.util.Arrays; public class shellSort { /** * 希爾排序(shell sort)這個排序方法又稱爲縮小增量排序,是1959年D·L·Shell提出來的。 * 該方法的基本思想是:設待排序元素序列有n個元素,首先取一個整數step(小於n)做爲間隔將所有元素分爲st
相關文章
相關標籤/搜索