搜索资源列表
shujujiegou
- 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。2.实现单链表、循环链表、双向链表的所有基本操作 3.定义顺序栈类型,实现栈的所有基本操作。定义链栈类型,实现栈的所有基本操作。应用栈实现数制的转换。4.定义顺序队列类型,实现栈的所有基本操作。定义链队列类型,实现栈的所有基本操作。将字符串转换为整形。5.定义二叉链表类型,建立二叉树。先序、中序、后序、层次遍历二叉树,并输出遍历结果。-1. Achieve the basic o
1
- 循环链表,N个小孩数数,数到M该小孩退出链表-Circular linked list, the N child count, the number of the child to the M exit linked list
ll
- c语言实现双向循环链表两种创建法,方法简单常用-c language two ways to create a two-way circular linked list, simple and commonly used method
jingxuanhaibao
- 该程序是我在学校时数据结构可上写的一个小代码。代码是使用循环链表解决竞选海报的问题。-The program is the school data structures can be written on a small code. The code is to use a circular linked list to solve the problem of campaign posters.
DuList
- 这是一个双向循环链表的头文件,是在Windows控制台下用vc++ 6.0写出来的。-This is a two-way circular linked list header file in the Windows Control Panel write out with vc++ 6.0.
list
- 本代码包括(单链表,循环链表,双循环链表,静态来拿吧,以及线性表的应用)-This code includes (a single linked list, circular linked list, double loop chain, still to come and collect it, and the application of the linear form)
LinkList
- 链表的代码,包括单链表、双链表、循环链表、静态链表代码。有代码注释。-List of code, including single list, double-linked list, circular linked list, static list of code. There code comments.
List
- 实现了双向循环链表的时间复杂度为1,封装完整,功能齐全,包括插入删除查找等。-it s a double-linked-list and cost least time.
stack
- 循环队列的实现,一般链表和队列的实现,数据结构中基本功能的实现-Implementation of circular queue, the realization of the general list and queue, the realization of the basic functions of data structure