搜索资源列表
cccc
- 用单链表实现的长整数加减法,可能有点不足之处,大家指点
datas
- 各线性表采用单链表作为存储结构; 题中任一线性表中的元素值可以相同。 测试用例自己设计。
List_withHead_0
- c++数据结构试验一,其中包括单链表的各种实现与功能 -c++ data structure test a, including various implementations of single-chain and functions
structer
- 单链表的基本操作流程图及源代码 利用栈实现多种运算流程图及源代码-Single list of the basic operation flow chart and source code for implementation using a variety of computing stack and source code flowchart
poly
- 数据结构中,线性表的应用,利用单链表存储一元多项式,并实现单链表表示与相加操作-The data structure, the linear form of the application, the use of a single linked list is stored one dollar polynomial, and to achieve a single linked list representation and the sum of operating
Joseph
- 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。 算法思想: 用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成
Cpp1
- 用C++实现单链表 希望对大家有用 -C++, single-list want to thank you for all of us
Joseph_problem
- Joseph环问题,用单链表方式实现环问题,如几个小朋友围成一圈,数数踢人出局.-joseph problem.
double-line
- 双向链表的编写方法 循环链表是与单链表一样,是一种链式的存储结构,所不同的是,循环链表的最后一个结点的指针是指向该循环链表的第一个结点或者表头结点,从而构成一个环形的链。-Doubly linked circular list is a compilation of the single list, is a chain of storage structure, the difference is the last circular list node pointer is point
Student-Scholarship-System
- 学生奖学金评定系统 输入部分,要求用户能从屏幕上格式化输入所要求的数据项,例如添加信息的时候输入学生的基本信息:学号、姓名、性别、分数,本程序为方便调试可随机生成100个同学的信息并写入到当前目录中的stuinfo.txt文件中。 程序通过对stuinfo.txt文件的读取,得到大量学生的信息,通过使用插入排序方法,按照分数的高低进行降序排列,得到有序单链表。 然后通过对链表的操作进行学生信息的添加、查询、删除,在此过程中可随时对链表内修改过的信息进行保存。-Student S
CPP
- 1编程打印直角杨辉三角形 2 打鱼还是晒网 3古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 44. 输入两个字符串,从第一字符串中删除第二个字符串中所有的字符。例如,输入”They are students.”和”aeiou”,则删除之后的第一个字符串变成”Thy r stdnts.”。 5 实现一单链表的逆转。-Programming a print at right angles Triangl
LinkNode
- 这个是C++编译的单链表,其中包括多种链表操作,是很好的学习资料。-This is a C++ compiler single linked list, which includes a variety of linked list operations, is a good learning materials.
LINKLIST
- 单链表的增删查改功能,可以实现单链表的创建、传入数据;并能实现对已有单链表的插入数据、删除数据等功能。-Single linked list of additions and deletions check change function, you can achieve the creation of a single list, incoming data insert data of existing single linked list, delete data and functio
line
- 单链表的,前插后插法,以及打印,删除,添加新结点-Single list, forward runs interpolation method, as well as print, delete, add new nodes
include1
- 设单链表的数据为互不相等的整数,建立一个单 链表,并设计一个算法,找出单链表中元素值最大 的结点。-Song typeface set singly linked lists of data for each other is not equal to an integer, a single List, and designs an algorithm, find the single largest element values in the table Of the
1
- 将两个一元n次多项式相加,并输出相加后的新的一元n次多项式 (1) 从input.txt文件读入一元多项式的系数和指数,用尾插法建立一元多项式的链 表。 (2) 以输入系数0为结束标志。 (3) 并约定建立多项式链表时,总是按指数从小到大的顺序排列。 (4) 要求借鉴第一章课件中给出的编程思路,一元多项式链表采用带头结点的单链表 实现。-The two one yuan polynomial of degree n, and outputs the added new o
d
- 该文件包括了单链表的基本操作,比较 ,排序等-The document includes the basic operation of a single list, compare, sort, etc.
Experimental-data
- 实验操作:进行单链表的基本操作,单链表的基本操作,折半查找,内部排序。-Experimental data structure and algorithm
C
- C语言单链表问题,详细的实现了单链表的功能,并且还有录入文件的功能,删除文件内容的功能,通过单链表可以实现文件的录入,删除,查找,浏览,修改等功能.-C language singly linked lists, realized the function of singly linked list in detail, and the function of the input file, delete the file content function, through singly lin
ReversLinkList
- 本反转链表算法,实现单链表的反转,学习用。-Revers Link List
