搜索资源列表
ReverseList
- 单链表的逆置,任意输入数据,实现输入数据的逆置-Single list of inverse home, arbitrary input data, input data to achieve the inverse home
danlianbiaonizhi
- 这是一个单链表逆置的小程序。是软件实验时自己写的小程序。-This is a single list against the purchase of small procedures. Experiment software to write their own small program.
inverssinglelist
- 将线性表逆置,即使元素排列次序颠倒过来,成为逆线性表E’={ en , en-1 , … , e2 , e1 },要求逆线性表占用原线性表空间,并且用顺序表和单链表两种方法表示,分别用两个程序来完成-Will be home against the linear form, even if the elements in reversed order, become the inverse linear form E ' = (en, en-1, ..., e2, e1), request
ArrayLlist
- 分别用顺序表和单链表作为存储结构,完成:(1)实现线性表(a0, a1, a2, a3, …,an-1)就地逆置的操作。(2)实现将x插入一个递增有序表L中,并使L仍是一个有序表。(3)实现统计在一个输入字符串中各个不同字符出现的频度。 -Were used to sequence the table and a single list as the storage structure, completed: (1) to achieve a linear form (a0, a1, a2, a
list3
- 用单链表作存储结构,编写一个实现线性表中元素逆置的算法。-Single linked list storage structure, to write a the element inverse set of algorithms in linear form.
asd
- 用栈逆置一个单链表请设计一个算法,利用一个栈,利用一个栈将一个单链表(a1,a2,…,an)(其中n≥0)逆置为(an,an-1,…,a1)-A single linked list with a stack inverse set design an algorithm using a stack using a stack in a single linked list (a1, a2, ..., an) (where n ≥ 0) the inverse set (an, an-1, ..
list_opposite
- 使用顺序栈实现单链表的逆置,顺序栈存储单链表每个节点的地址,然后顺序取出栈的值,打印输出-Order to achieve a single linked list using the inverse of the stack is set, the order stack memory address for each node a single list, and then remove the stack order of value, the printout
001
- 单链表、双链表、队列建立、测长、打印、删除、插入、逆置完整代码,约瑟夫环,-Single list, double-linked lists, queues build, test length, print, delete, insert, set against the complete code, Josephus,
list
- 分别以线性表和单链表作存储结构,各写一个实现线性表就地逆置的算法(The linear table and the single linked list are used as the storage structure respectively, and each algorithm is written in place of the linear table)
逆置单链表
- 逆置单链表 采用C语言进行编写,该算法可以对单链表进行逆置(The inverse single chain table is written in the C language, and the algorithm can reverse the single chain table.)