【數據結構】鏈式隊列的基本操做

  本篇主要實現了鏈式隊列的基本操做,包括入隊、出隊、判空、隊列大小以及清空和銷燬。函數 頭文件測試 queue.hspa # ifndef __QUEUE_H__ # define __QUEUE_H__ # include <stdio.h> # include <stdlib.h> # include <assert.h> enum OPTION { QUIT, // 退出 PUSH
相關文章
相關標籤/搜索