资源列表
homework_2.11
- 将x插入到顺序表的适当位置上,以保持该表的有序性。 输入数据:文本文件input.txt 文件分4行: 第1行是顺序表va的数据元素个数n,n<20。如果n<1或n>19则视为输入数据出错。 第2行是n个递增有序的数据元素,每个元素都是-999~999之间的十进制整数,元素之间用空格分开。 第3行是整数x,x是-999~999之间的十进制整数。 第4行是空行。 输出数据:文件output.txt 文件只有1行: 第1行是完成插入之后的顺序
MatrixMul
- 矩阵连乘算法,实现几个矩阵相乘的最优顺序,并计算出复杂度-matrix continually multiply algorithm, achieving several matrix multiplication, the optimal sequence and calculated complexity
zhengxing
- 整型表达式求值,输入时数字只能是0-9,算式末尾以#结束,因为用的是字符,所以说功能有限
sort
- 自己写的一些常用的排序算法,快排,冒泡,堆排-To write some of the commonly used sorting algorithms, fast row, bubble, heap row
TUOPUPAIXU
- 图论中的拓扑排序问题可以用来解决图中的回路问题。-Topological sort problem in graph theory can be used to solve the circuit in Figure.
complex
- 数据结构入门学习。负数实部虚部的存储及数学运算。-Data structure learning portal. Negative real part of the imaginary part of the store and math.
skiplist
- 跳表的实现 哈工大软件设计与开发 优秀代码 分享交流 excellent coding for studying- excellent coding for studying
6.2
- 实现哈希表的建立,插入等功能,并用初留余数法构造,处理冲突-Realize hash wish foundation of form , function of meddling in etc. , and with leave remainder law construct for the first time, deal with the conflict
a
- 校园导航,实现最短路径。每两个场所间可以有不同的路,且路长也可能不同,找出从任意场所到达另一场所的最佳路径(最短路径)。-Campus navigation, to achieve the shortest path. Between every two places can have different paths, and path length may be different, to find another place to reach from any place the best
3
- 二叉树的建立、打印、遍历,二叉树的建立、打印、遍历-The establishment of a binary tree, print, traversing, the establishment of a binary tree, print, traverse
tree
- 给出一个图的各个定点与所有边 ,找出图的最小二叉树算法-Binary tree to find the minimal
Polynomial-additio
- 多项式加法,按照优先顺序,先括号再乘除再加减的顺序做多项式加法。-Polynomial addition, in accordance with the priorities, the first bracket and then do multiplication and division and then addition and subtraction of polynomial order of addition.
