數據結構——順序表的創建、刪除、插入、遍歷

順序表的聲明和宏定義: typedef int Status; typedef int ElemType; #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define INFEASIBLE -1 constexpr auto OVERFLOW = -2; #define LIST_INIT_SIZE 100 //線性表存
相關文章
相關標籤/搜索