摘要:
##队列的顺序存储 #include<iostream> using namespace std; #define MaxSize 10 #define ERROR 0 #define TRUE 1 typedef int ElemType; typedef struct QNode { ElemT 阅读全文
##队列的顺序存储 #include<iostream> using namespace std; #define MaxSize 10 #define ERROR 0 #define TRUE 1 typedef int ElemType; typedef struct QNode { ElemT 阅读全文
posted @ 2022-01-27 14:36
帝宝单推人!
阅读(30)
评论(0)
推荐(0)
摘要:
##顺序储存 #include<iostream> using namespace std; #define MaxSize 10 const ERROR=0; const TRUE=1; typedef int ElemType; typedef struct Snode { ElemType d 阅读全文
##顺序储存 #include<iostream> using namespace std; #define MaxSize 10 const ERROR=0; const TRUE=1; typedef int ElemType; typedef struct Snode { ElemType d 阅读全文
posted @ 2022-01-27 10:50
帝宝单推人!
阅读(31)
评论(0)
推荐(0)

浙公网安备 33010602011771号