數據結構——簡單的希爾插入排序

簡單的希爾插入排序 對int數組進行排序,也可自定義數據類型 環境 codeblocks 17 通過 code // ChenYe 2018/12/05 #include <iostream> #define MAXSIZE 1000 using namespace std; int len; // 全局長度變量 void ShellInsert(int a[],int dk) {//
相關文章
相關標籤/搜索