- 博客(1)
- 收藏
- 关注
原创 队列的逆置(利用栈)
队列的逆置#include <stdio.h>#include <stdlib.h >#define OK 1#define erro -1#define maxsize 20typedef int QElem ;typedef int SElem ;typedef int Status ;typedef struct {QElem data [ maxsize ] ;int rear ;int front ;}...
2020-08-01 09:01:20
1798
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人