文件名称:Singlelistofheoperation
介绍说明--下载内容均来自于网络,请自行研究使用
随机产生或键盘输入一组元素,建立一个带头结点的单链表(无序)。
2.遍历单链表(即输出单链表中各结点元素)。
3.把单链表中元素逆置。
4.在单向链表中删除所有的偶数元素结点。
5.编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单链表。
6.利用算法5建立两个非递减有序单链表,然后合并成一个非递减有序单链表。
-Randomly generated or keyboard input of a group of elements, the establishment of a lead single linked list node (disorder). 2. Traverse a single list (ie the output of each node in a single list element). 3. Single list of elements in the inverse set. 4. Remove all one-way linked list in the even elements of nodes. 5. Written in non-decreasing order to insert an element in the list is still ordered list element function, and use this function to create a single linked list of non-decreasing order. 6. Using algorithms to create two non-decreasing order 5 single linked list, and then combined into a single list of non-decreasing order.
2.遍历单链表(即输出单链表中各结点元素)。
3.把单链表中元素逆置。
4.在单向链表中删除所有的偶数元素结点。
5.编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单链表。
6.利用算法5建立两个非递减有序单链表,然后合并成一个非递减有序单链表。
-Randomly generated or keyboard input of a group of elements, the establishment of a lead single linked list node (disorder). 2. Traverse a single list (ie the output of each node in a single list element). 3. Single list of elements in the inverse set. 4. Remove all one-way linked list in the even elements of nodes. 5. Written in non-decreasing order to insert an element in the list is still ordered list element function, and use this function to create a single linked list of non-decreasing order. 6. Using algorithms to create two non-decreasing order 5 single linked list, and then combined into a single list of non-decreasing order.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
单链表的有关操作.cpp