文件名称:LinkList
介绍说明--下载内容均来自于网络,请自行研究使用
1、实现单链表的所有基本操作包括表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。
2、测试链表所有功能
3、实现循环链表的基本操作,并编写测试程序。
4、实现双向链表的基本操作,并编写测试程序。
5、实现单链表的逆置。
6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table, insert a new element in the i-th element, delete the i-th element, look for the destruction of certain elements of the sequence table. 2, all functions of the test linked list, circular linked list of basic operations and the preparation of test procedures. 4, the basic operation of the doubly linked list, and the preparation of the test program. 5, the inverse set of singly linked list. 6 to determine whether the two lists intersect.
2、测试链表所有功能
3、实现循环链表的基本操作,并编写测试程序。
4、实现双向链表的基本操作,并编写测试程序。
5、实现单链表的逆置。
6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table, insert a new element in the i-th element, delete the i-th element, look for the destruction of certain elements of the sequence table. 2, all functions of the test linked list, circular linked list of basic operations and the preparation of test procedures. 4, the basic operation of the doubly linked list, and the preparation of the test program. 5, the inverse set of singly linked list. 6 to determine whether the two lists intersect.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LinkList.cpp