搜索资源列表
single_link
- 单链表,数据结构中的c语言实现,非常使用的小程序-single linked list, the data structure of c language, the use of very small procedures
Tbook
- 简易C语言单链表结构 电话本 可做课程设计-simple link list tel-book
yuesefu
- 数据结构 约瑟夫环 采用无头节点的单链表构成循环链表-Joseph ring data structure without a head node with a single linked list constitutes a circular linked list
2
- 有两个按元素值递增次序排列的线性表,均以单链表形式存储。请编写算法将这两个单链表归并为一个按元素值递减次序排列的单链表,并要求利用原来两个单链表的结点存放归并后的单链表-There are two elements of value according to the ascending order of the linear form, are stored as single linked list. Please write algorithms merge the two into a s
1
- 多项式相加,对多元多项式的相加,数据结构,单链表,顺序表-Polynomials, the sum of multivariate polynomial data structures, singly linked lists, the order table
linear-list
- 在带头结点的单链表h中第i个数据元素之前插入一个数据元素x ,首先需要在单链表中寻找到第i-1个结点并用指针p指示,然后申请一个由指针s 指示的结点空间,并置x为其数据域值,最后修改第i-1个结点,并使x结点的指针指向第i个结点,要在带头结点的单链表h中删除第i个结点,首先要计数寻找到第i个结点并使指针p指向其前驱第i-1个结点,然后删除第i个结点并释放被删除结点空间。-Take the lead junction point of the singly-linked list h prior
DataStructureCS
- 数据结构-代码(C#实现) 链表:单链表,双向链表,循环链表 栈,队列 二叉树应用-表达式求值 树的操作 图 二分查找 排序算法:插入排序,选择排序,冒泡排序 -全是C#,附上Viso图和一些解释-data structue
link.queue.dobulelink
- 单链表的所有实现 队列的所有实现 双链表的所有实现-link,queue and doblue link
Single-linked_List_Public_Interface
- 《Mastering_Algorithms_with_C》的单链表公共接口源码-Singly-linked list public interface source file for <<Mastering_Algorithms_with_C>>
stlport
- STLport源码;STLport 是一个多平台的 ANSI C++ 标准类库实现,具备很多高级特征,并且为效率,异常安全性和线程安全性做了优化,还做了许多扩展,如 hash 表和单链。-STLport source STLport is a multiplatform ANSI C++ standard library implementation, with many advanced features, and for the efficiency, safety and abnorma
151515
- 用单链表来实现的约瑟夫问题,程序简单易懂-Single linked list to achieve Joseph problem, the procedure is simple to understand
linked-list
- 从键盘依次输入10个整数(彼此以若干空格隔开),在内存中建立一个单链表。然后完成以下操作: ① 查找:输入一个欲查找的整数,找到则显示第一个相匹配的整数在单链表中所处的位置,若不存在,则显示“Not Found”。 ② 删除:输入一个欲删除的整数e,若存在则在单链表中删除第一个值为e的元素。 ③ 插入:输入一个欲插入位置i和欲插入元素e,将e插入到第i个整数之前(注意i的合法性)。-Single linked list to create, delete, search, inser
youxudanlianbianshanchuchongfuyuansu
- 有序单链表 删除重复元素,数据结构练习题,有需要的来看看吧 -Ordered singly linked list to remove duplicate elements, data structure exercises, there is a need for a look
lianbiao
- 给定一单链表的表头指针和指向其中一个节点的指针,要求以该指针为头将原链表逆序排列-Given a singly linked list of header pointer and pointer to one of the nodes, the requirements under the head of the pointer to the original list the reverse order
