搜索资源列表
STL_standardlibrary
- C++标准库简介,包括以下内容: 1.C++标准库——函数对象 2.pair-min-max-swap 3.std_deque双端队列容器 4.std_map作为一个关联数组 5.std_set作为一个有序集合 6.容器中的型别 7.使用std_list作为链表 8.使用以vector简化对象管理 -About C++ standard library, including the following: 1.C++ standard librar
likaihomework3
- 单链表与双链表的应用。包括链表的建立,查找、删除、交换相邻两个元素的功能-Single list and double-linked list of applications. Including the establishment of the list, search, delete, swap two adjacent elements function
Swap-Nodes-in-Pairs
- 给定一个链表,对其结点进行两两交换,然后返回结果链表的首结点-Given a linked list, swap every two adjacent nodes and return its head.