资源列表
ShellSort
- 首先取一个整数 gap < n(待排序记录数) 作为间隔, 将全部记录分为 gap 个子序列, 所有距离为 gap 的记录放在同一个子序列中 在每一个子序列中分别施行直接插入排序。 然后缩小间隔 gap, 例如取 gap = gap/2 重复上述的子序列划分和排序工作,直到最后取gap = 1, 将所有记录放在同一个序列中排序为止-First, take an integer gap < n (the number of records to be sorted) as t
Find
- 一些经典查找算法的介绍与实现,介绍其数据结构可以更好地了解这些查找算法。-Find some classic introduction and implementation of the algorithm, it introduces its data structure can better understand these search algorithm.
Q5
- 2015全国研究生数学建模竞赛A题,最后一问,扩展的蓝侧斯特仿真-2015 the national graduate students mathematical contest in modeling A problem, and finally, the blue side of the extension, the simulation
Bitree
- 二叉树的打包数据结构,包括遍历,删除,添加,注释详细-Packaged binary tree data structure, including traversal, delete, add, annotate details
Gragh
- 图的数据结构,打包cpp,1.创建图 创建图 G(任选邻接矩阵或表) 2. 显示图 3. 深度优先搜索遍历图 4. 广度优先搜索遍历图 5. 在图中插入顶点 6. 在图中插入边- Graph data structure, packaging cpp, 1. Create a map creation graph G (optional adjacency matrix or table) 2. Display Figure 3. depth-first se
数字梯形
- 数字梯形的路线选择,计算最大的k条路径经过的数字之和
清空链表方法
- c语言清空链表方法,很简单,易懂,方便初学者研究。
numeric-trapezium
- 一个数字梯形,选择k条路线,每条路线从第一层的某个数开始,每次进入下一层到达左下或者右下的数字,直到最后一层为止。每条路线不能经过相同的路径,但是可以经过相同的数字节点。 输出一个整数,表示能得到的最大的k条路径经过的数字之和-A digital ladder, the K route, each route the first layer of a number, each time to enter the next layer to reach the left or right ne
TP02
- 对一系列数据进行排序,并比较三种不同方法的区别-A series of data to sort and compare three different methods of difference
Haar wavelets image conversion program in C++
- Haar wavelets image conversion program in C++
Matrix
- 自定义数组类,实现生成任意规模的数独文本文件。-A custom array class implementation of arbitrary size sudoku.
lab4
- 最短路径算法 可以设置路径的权值 可以打印每条路径的权值-shortest path algorithm
