線性表的順序實現

SeqLsit.h #ifndef _SEQLIST_H_ #define _SEQLIST_H_ typedef void SeqList; //是用來封裝,不被外界改變 typedef void SeqListNode; SeqList* Creat_SeqList(int capacity); SeqList* Get_Node_SeqList(SeqList* list, int po
相關文章
相關標籤/搜索