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
相关文章
相关标签/搜索