實驗一:順序表實驗報告

1、實驗目的ios 一、熟練掌握線性表的結構特色,掌握順序表的基本操做。數據結構 二、鞏固 C++相關的程序設計方法與技術。學習 三、學會使用順序表解決實際問題。spa 2、實驗內容設計 代碼以下:code const int MaxSize=10; class SeqList {public: SeqList(){length=0;} SeqList(int a[],int n);
相關文章
相關標籤/搜索