C++STL之雙向鏈表list

1、list的基本使用以及耗時測試:node #include<list> #include<cstdlib>//qsort bsearch NULL #include<ctime> using namespace std; const int SIZE = 100000; int main() { list<int>l;//定義一個鏈表容器對象l,第二個參數使用默認allocator cl
相關文章
相關標籤/搜索