數據結構之建立線性表

          終於能夠用代碼實現建立線性表了。。。。。。。 #include <iostream> using namespace std; #define Listinitsize 100//線性表的初始分配量 #define Listincrement 10//線性表存儲空間的分配增量 #define ok 0 #define overflow -1 typedef int elemty
相關文章
相關標籤/搜索