摘要: 特殊的,当SheelSort()的d=1时,为直接插入排序 #include <bits/stdc++.h> using namespace std; #define ElemType int //typedef int ElemType; typedef struct { ElemType r[1 阅读全文
posted @ 2025-04-22 15:45 嘉君 阅读(16) 评论(0) 推荐(0)