资源列表
雅可比
- 求是对称矩阵的特征值及特征向量
merge_sort
- 本人亲自用C语言编写的归并排序,准确无误,希望对大家有用。-I personally use the C language, merge sort, accurate, useful to everyone.
1023TheFunNumberSystem
- 算法编程题,北京大学OnlineJudge 1023TheFunNumberSystem-1023TheFunNumberSystem
YueSeFuHuan
- JAVA 数据结构和算法 约瑟夫环问题 经典!-yuesefuhuan
MaxSum
- 这是一个求最大子串和的问题的源代码,里面有很好的算法和数据结构时间复杂度为线性时间。-This is a sub-string and find the biggest problem of the source code, there are good algorithms and data structures for the linear time complexity.
guibin
- 数据结构排序中的归并算法,开发环境vc-Sorting data structures in the merging algorithm, vc++ development environment
lianbiao
- 线性链表操作——插入、删除、合并、排序、查找-Linear list operation- insert, delete, merge, sort, find
c-data
- 读取本次东北三省数模竞赛第三题的测井数据-Read The Mathematical Modeling Contest in Northeast China the third title of the logging data
ww
- 此文件为简单的冒泡排序,希望对大家会有帮助。-This file is a simple bubble sort, we want to be helpful.
2
- 设计算法实现删除顺序表中多余的重复元素,如 对于顺序表(1,2,3,3,3),删除第第四和第五个-Design algorithm to remove redundant elements in the sequence tablesuch ,as the sequence table (1,2,3,3,3), delete the fourth and fifth
greatest-common-divisor
- 输入两个正整数m和n,求其最大公约数和最小公倍数。 程序分析:利用辗除法。 -Enter two positive integers m and n, find their greatest common divisor and least common multiple. Program analysis: the use of rolling division.
BST
- 1、 利用从键盘输入的n个数据建立一棵二叉排序树,对该树中序遍历,并输出其中序遍历序列。 2、 在二叉排序树上查找用户输入的结点数据。 -data struct