- 博客(1)
- 收藏
- 关注
原创 大一数据结构顺序表、链表、栈、队列实验代码举例应用
顺序表 #include<iostream> #define MAXSIZE 20 #define OK 1 #define FALSE -1 #define ERROR -2 using namespace std; typedef int EleType; typedef int Status; typedef struct { EleType *element; int length; }SqList; //函数声明 Status InitiSqList(SqList&
2021-07-01 08:23:42
394
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅