數據結構編程實驗----鏈表的基本操作實現

鏈表的基本操作的實現,個人感覺鏈表的實現比順序表的實現複雜了一點,特別是在操作的實現的過程中對邊界的判斷有點困難,畫圖吧,畫圖就可以很清楚地看出各個節點之間的關係和邊界了。 1.鏈表的定義 #include <iostream> #include<string> #include<math.h> using namespace std; typedef int elemtype; struct n
相關文章
相關標籤/搜索