资源列表
test1
- 杭电ACM1397代码,关于哥德巴赫猜想-code of HDACM 1397
HOUZI
- 猴子选大王
test_mat
- 数据结构与算法-程序、素材---使用矩阵类-Data Structures and Algorithms- procedures, materials--- the use of matrices
SourFile
- 高效率的并查集。 使用rank来优化。-Efficient and check collection. To optimize the use of rank.
dijskshortstpathalgorithm
- dijsk最短路径算法(matlab),求图像两点间的最短路径-dijsk shortest path algorithm (matlab), for images of the shortest path between two points
MKTHNUM
- K-th smallest number for a given a range in (logN)^3 per query.
the-eight-queens
- 解决C++中的一个难题:八皇后问题,代码有一定的参考性。-Solution in C++ a problem: the eight queens problem, the code has some reference.
Floyd
- Floyd算法的C++实现,求任意两点间最短路径 算法复杂度 O(n^3)-Floyd algorithm
qiugonggongzixulei
- 一个简单的求公共子序列的源程序,自己编的,有点简单,提供给初学的学生参考.-a simple sequences for the public source, the series itself, somewhat simple, beginner to the students.
复件 顺序表
- 数据结构编程 实现数的插入-data structure programming several of the insert, etc.
duochuzuiyoufuwucixuwenti
- 多处最优服务次序问题,设有N个顾客同时等待一项服务。顾客i需要的服务时间为ti,共有s处可以提供此项服务,应如何安排n个顾客的服务次序才能使平均等待时间达到最小。
substr
- 给定1 棵有n 个结点的树T。子树分割问题要求从树T 中删除尽可能少的边得到一个恰有k 个结点的连通分支。