搜索资源列表
合并两个有序链表
- 功能1:构建自动排序的链表 2:合并两个有序的链表,合并后仍然为有序
移质链表
- 用c++实现的异质链表,包括链表的增加删除查找反转功能。
链表的操作创建合并
- 链表的相关操作,创建合并
可以单线链表,迷宫,堆栈
- 可以单线链表,迷宫,堆栈
双向链表1
- 非常有用的双向链表代码,我自己写的,很容易理解,实现了几乎所有的基本功能,希望对大家有用
实现哈希表,链表,与数据结构无关
- 因工作原因,需要实现数据的快速查找与维护,因为是用C语言实现,所以写了一个通用的算法,实现了与数据结构无关。当时这一部分用在了一个实时交通信息上。 有问题与我联系 sulongvc@163.com
如何给链表数组赋值
- 如何给链表数组赋值,很适合初学数据结构的朋友。-array assignment is well-suited to beginners data structure friend.
循环链表实现Joseph
- 循环链表实现约瑟夫环,并对输入错误进行检查和提示。-cycle Chain achieve Josephus, and input error check and tips.
链表操作
- 这是一个在C环境下编写的链表操作,主要实现集合的交,并,补操作-This is an environment in C List prepared by the operation, main set of reference and that the fill operation
约瑟夫环的循环链表实现
- 约瑟夫环的循环链表实现,这个程序比较完整,有需要做试验的请速速下载。-Josephus cycle Chain achieved, the procedure is complete, the pilot needs to be done urgently requested to download.
双向链表
- 这是我学习数据结构与算法的时候编的双向链表的操作,对学习数据结构与算法的朋友有帮助-This my learning algorithm and data structure of the time series of the two-way linked list, the operation of the learning algorithm and data structure of friends to help! !
双链表的插入与删除
- 双链表的一个简单实现,双链表的插入也删除-Double-linked list to achieve a simple, double-linked list insertion also delete
C语言演示链表操作
- 数据结构的链表关系,用TC2.0 编写,比较完整,可以作为学生的教学用-data structure objectlist relations with the preparation WITH TC 2.0, a more comprehensive and can be used as teaching students
链表的C语言实现之单链表的实现
- 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
链表 (2)
- 请输入整数数据以建立链表,以数字0结束输入 输出原始的链表(Please enter integer data to establish the list, and end the input with number 0 Output original chain list)
双向链表
- 算法框架,实现双向链表,c语言实现,可供学习参考使用(The algorithm fr a mework, two-way linked list, C language, for learning to use and reference)
异质链表(cpp版)
- 用C++实现了异质链表,每个可以存放不同类型的数据。(A list that handles different data types, written in C++.)
链表
- 数据结构链表,包括线性表的基础编程,适用于C语言。(Data structure chain table)
文件读写入链表
- C++语言编写,可实现基于链表的文件读写入链表,数据结构源程序(C++ language is written to achieve chain table based file reading and writing chain table, data structure source program)
双向链表
- 简易的双向链表,通过主程序的调用即可实现增 删 改 查的功能并输出数组(A simple two-way chain table, the function of adding, deletions and modification and output array can be realized through the call of the main program.)