帶頭結點的鏈隊列的基本操做 (10 分)

實現鏈隊列的入隊列及出隊列操做。web 函數接口定義:svg Status QueueInsert(LinkQueue *Q,ElemType e); Status QueueDelete(LinkQueue *Q,ElemType *e); 其中 Q 和 e 都是用戶傳入的參數。 LinkQueue 的類型定義以下:函數 typedef int ElemType; typedef struc
相關文章
相關標籤/搜索