4-16 双端队列 (25分)
#include
#include
#include
#define ERROR -1
typedef int ElementType;
#define false 0
#define true 1
typedef enum { push, pop, inject, eject, end } Operation;
//typedef enum { false, true } bool;
typ
原创
2016-10-30 13:24:35 ·
1455 阅读 ·
0 评论