數據結構學習第七天

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
相關文章
相關標籤/搜索