搜索资源列表
111
- 线性表单链,用c++编写,一、目的 1、掌握线性链表的各种基本操作。 2、掌握基本操作在具体应用中的运用。 3、掌握程序设计的各种调试手段。 二、实验内容 已知两个数组中已存放以递增次序排列的数据: A[10]={3,5,6,8},B[10]={1,2,4,7,9,10}。要求分别建立两个单向链表LA和LB。同时合并LA和LB为链表LC,使得LC仍然保持递增次序。最后从屏幕中依次输出LC。 -sing
顺序表
- 现有两个非递减有序表LA,LB,由其中所有数据得到非递减有序表LC(There are two existing non decrement ordered table LA, LB, from which all data are obtained by non decrement ordered table LC)
链表
- 现有的两种非递减有序表LA,LB,合并为非递减有序表LC(There are two existing non decrement ordered table LA, LB, from which all data are obtained by non decrement ordered table LC)