admin 2019年06月17日 插入排序 ### 顺序表的存储结构 ```C++ #define MAXITEM 100 typedef int KeyType; typedef char ElemType[10]; struct SqList { KeyType k 760 0 0 数据结构