文件名称:link
介绍说明--下载内容均来自于网络,请自行研究使用
实验一:链式基本操作的实现
【问题描述】
选择链式存储结构作为线性表的存储结构,设计一个程序实现线性表的基本操作
(包括建立、输出、插入、删除、查找、求表长和链表的逆置功能等)
【实验内容】
一、必做内容
菜单:
1.初始化
2.链表的建立
2.1头插入建链
2.2尾插入建链
3.插入
4.删除
5.查找
6.输出表长(即表中元素个数)
7.链表元素的逆置
8.退出-Experiment: chain of basic operations to achieve [Problem Descr iption] select chain storage structure as a linear table storage structure, design a program to achieve the basic operation of the linear form (including the establishment of output, insert, delete, find, find the table long and inverse set of linked lists, etc.) experiment one, will do the contents of the menu: 1. initialize the establishment of the list 2.1 into 2.2 build chain insertion build chain. insertion 4. delete 5 Find 6 output table length (ie, the number of elements in the table) 7. linked list of elements of the inverse set 8. exit
【问题描述】
选择链式存储结构作为线性表的存储结构,设计一个程序实现线性表的基本操作
(包括建立、输出、插入、删除、查找、求表长和链表的逆置功能等)
【实验内容】
一、必做内容
菜单:
1.初始化
2.链表的建立
2.1头插入建链
2.2尾插入建链
3.插入
4.删除
5.查找
6.输出表长(即表中元素个数)
7.链表元素的逆置
8.退出-Experiment: chain of basic operations to achieve [Problem Descr iption] select chain storage structure as a linear table storage structure, design a program to achieve the basic operation of the linear form (including the establishment of output, insert, delete, find, find the table long and inverse set of linked lists, etc.) experiment one, will do the contents of the menu: 1. initialize the establishment of the list 2.1 into 2.2 build chain insertion build chain. insertion 4. delete 5 Find 6 output table length (ie, the number of elements in the table) 7. linked list of elements of the inverse set 8. exit
(系统自动生成,下载前可以参看下载内容)
下载文件列表
link.cpp
main.cpp