搜索资源列表
shunxubiaohebing
- 创建两个顺序表,并按非递减有序排列,合并两个顺序表为一个新的非递减有序顺序表-Create two sequence tables, and non-decreasing ordered arrangement of the merger of two sequential table for a new non-decreasing ordered sequence table
Linear-table-sequential-storage-test
- 线性表顺序存储测试,学习如何创建顺序存储的线性表-Linear table sequential storage test, learning how to create sequential storage of linear tables
顺序表
- 学生成绩单的线性表顺序存储 顺序表 数据结构(Student transcr ipts are linear tables, sequentially stored, sequential tables, and data structures)
有序表归并(单链表存放)
- (有序表(顺序储存)合并)假设有两个有序表LA和LB,设计一个算法,将他们合并成一个有序表LC(假设每个有序表中和两个有序表间均不存在重复元素)。要求不破坏原有表LA和LB。((ordered table (sequential storage) merger) assuming a two ordered list of LA and LB, to design an algorithm to merge them into an orderly table LC (assuming each
顺序表
- 学习数据结构的顺序表的操作,并编程用顺序表分别实现两个顺序表中数据的合并,并排列大小。(Learning the operation of the sequence table of data structure, and programming the merging of data in two sequential tables with sequence tables, and arranging the size.)
数据结构-单链表-实验报告
- 1.实验目的及要求 1.1实验目的: (1)掌握线性表的顺序存储结构; (2)验证单链表及其基本操作的实现; (3)进一步理解算法与程序的关系,能够将单链表算法转换为对应的程序。 1.2 实验要求: (1)用头插法(或尾插法)建立带头结点的单链表; (2)对已建立的单链表实现插入、删除、查找等基本操作。(1 the purpose and requirements of the experiment 1.1 the purpose of the experiment:
第3章线性表
- 基于c语言的线性表代码,包含线性表的顺序存储、链式存储、静态链表(Linear table code based on C language, including sequential storage, chain storage, and static list of linear tables.)