文件名称:link
介绍说明--下载内容均来自于网络,请自行研究使用
单链表是一种顺序存取的结构,为找第 i 个数据元素,必须先找到第 i-1 个数据元素。因此,查找第 i 个数据元素的基本操作为:移动指针,比较 j 和 i -Linked list structure is a sequential access for the data elements to find the first i must first find the first i-1 data elements. Therefore, the first i find the basic operation of data elements are: move the pointer, compare j and i
(系统自动生成,下载前可以参看下载内容)
下载文件列表
单链表.txt