數據結構第四次作業第二章

const int MaxSize=100; template class SeqList { public: SeqList(); SeqList(T a[],int n); ~SeqList(); int Length(){return length;} T Get(int i); int Locate(T x); void Inser(int i,T x); T Delete(int i);
相關文章
相關標籤/搜索