Galaxy Expedition - 我的博客

编写自己的篇章

插入排序
### 顺序表的存储结构 ```C++ #define MAXITEM 100 typedef int KeyType; typedef char ElemType[10]; struct SqList { KeyType k