搜索资源列表
-
0下载:
用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
-
-
0下载:
a.输入一组整型元素序列,建立线性表。
b.实现该线性表的遍历。
c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。
d.在该线性表中删除或插入指定元素。
实验要求:分别采用线性表的两种存储结构(顺序存储结构、链式存储结构)来实现以上基本操作。
-a. Enter an integer sequence of elements, and to establish a linear table. b. Traversal of the linear tabl
-
-
0下载:
该程序是我在学校时数据结构可上写的一个小代码。代码是使用循环链表解决竞选海报的问题。-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.
-