搜索资源列表
danlianbiao
- 1、定义单链表类型并动态创建单链表 2、实现线性表链式存储结构下元素的插入操作 3、实现线性表链式存储结构下元素的删除操作 4、实现线性表链式存储结构下取元素操作 -1, the definition of single-chain type and the dynamic creation of single-chain 2, the realization of a linear chain table storage structure to operate under t
2012.5.23
- 线性表采用链式存储结构:编写程序实现以下功能 1、建立单链表 2、打印单链表 3、在单链表的第i个结点前插入一个新元素,并打印新的单链表 4、删除单链表的第i个结点,并打印新的单链表 -Linear form a chain storage structure: write a program to achieve the following functions 1, the establishment of a single linked list 2,
data-structure-linear-list
- a.输入一组整型元素序列,建立线性表。 b.实现该线性表的遍历。 c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。 d.在该线性表中删除或插入指定元素。 实验要求:分别采用线性表的两种存储结构(顺序存储结构、链式存储结构)来实现以上基本操作。 -a. Enter an integer sequence of elements, and to establish a linear table. b. Traversal of the linear tabl