- 博客(4)
- 收藏
- 关注
转载 线性表的顺序实现
代码: #include <stdio.h> #include <malloc.h> #define MaxSize 50 typedef char ElemType; typedef struct { ElemType elem[MaxSize]; int length; } SqList;/*顺序表类型定义*/ ...
2018-02-24 12:47:00 274
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人