C++實現順序表的基本操做

頭文件:ios #ifndef List_H #define List_H typedef int Elem; class List{ public: List(int size); //初始化順序表 ~List(); //銷燬表,析構函數 bool isEmpty(); //是否爲空
相關文章
相關標籤/搜索