文件名称:顺序表
- 所属分类:
- 数据结构常用算法
- 资源属性:
- 上传时间:
- 2017-10-24
- 文件大小:
- 263kb
- 下载次数:
- 0次
- 提 供 者:
- James*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
顺序表是在计算机内存中以数组的形式保存的线性表,是指用一组地址连续的存储单元依次存储数据元素的线性结构。线性表采用顺序存储的方式存储就称之为顺序表。顺序表是将表中的结点依次存放在计算机内存中一组地址连续的存储单元中。本程序设计顺序表的创建销毁插入遍历等操作。(A sequential table is a linear list stored in an array of memory in a computer memory. It is a linear structure that stores data elements sequentially in a group of contiguous storage units. The linear table is stored in sequential storage, which is called the sequential table. A sequential table is a storage unit in which the nodes in the table are stored sequentially in the memory of a computer.This program is designed to create, destroy, insert, traverse and so on)
相关搜索: 顺序表
(系统自动生成,下载前可以参看下载内容)