【數據結構(C++實現)】:單鏈表、雙向鏈表、STL中的list容器

目錄node 單鏈表ios 雙向鏈表數據結構 STL中的list函數 單鏈表 單鏈表的結構 頭文件(List.h) /*數據結構:單鏈表*/ #ifndef LIST_H #define LIST_H #include <iostream> using namespace std; typedef int ElementType;//定義數據類型 class Node{//定義鏈表節點 pu
相關文章
相關標籤/搜索