数据结构学习第七天

14:32:26 2019-08-22 学习   队列的数组实现 QueueInArray.h 1 #ifndef _QUEUE_IN_ARRAY 2 #define _QUEUE_IN_ARRAY 3 struct AQueue; 4 typedef struct AQueue* Queue; 5 6 int IsEmpty(Queue Q); 7 int IsFull(Queu
相关文章
相关标签/搜索