搜索资源列表
-
0下载:
一个简单的图片插入算法,适用于TC,BC,算法简单,明了-A simple picture insertion algorithm for TC, BC, the algorithm is simple, clear
-
-
0下载:
* 排序算法的分类如下:
* 1. 插入排序(直接插入排序、折半插入排序、希尔排序)
* 2. 交换排序(冒泡泡排序、快速排序);
* 3. 选择排序(直接选择排序、堆排序);
* 4. 归并排序;
* 5. 基数排序。-* sort algorithm is as follows:
* 1 insertion sort (direct insertion sort, binary insertion sort, Hill sort)
-
-
0下载:
一、实验目的
1、掌握线性表中元素的前驱、后续的概念。
2、掌握顺序表与链表的建立、插入元素、删除表中某元素的算法。
3、对线性表相应算法的时间复杂度进行分析。
4、理解顺序表、链表数据结构的特点(优缺点)。
二、实验预习
说明以下概念
1、线性表:
2、顺序表:
3、链表:
-One, the purpose of the experiment
1, grasp the concept of precursor, the elem
-