资源列表
minge-sort
- 递归性归并排序,最大限度简化,最大大小为10000元素-Recursive merge sort, the maximum simplification,
closed-points
- 二维最近点对递归算法,最大点对为10000对-Two-dimensional nearest point of the recursive algorithm, the maximum point of the 10,000 pairs
longest-substring
- 最长公共子序列递归算法,最长限制是10000字符-Longest common subsequence of a recursive algorithm, the maximum limit is 10,000 characters
MCMC
- 马尔科夫链蒙特卡洛动态随机模拟mcmc方法的计算机实现,哈佛大学编的-mcmc in matlab
order
- 数据结构,利用循环链表实现斐波那契数列的输出。-data structure
aaa
- 给定一个k值 在任意一个n阶矩阵中找出最长且最接近k的一条路径-Given a k value in any of the matrix of order n to find the longest and closest to the path of k
csharpMinSpanTree
- .net最小生成树的普林算法和克鲁斯卡尔算法得算法过程-. Net Princeton minimum spanning tree algorithm and Kruskal algorithms have algorithm process
testCircle
- 一个关于简单的有向图回路的 vc工程,本算法需要用到的数据结构:两个边堆栈;一个顶点堆栈;一个终结数组-A simple directed graph on the vc project circuit, the algorithm requires data structures: two sides stack a vertex stack one end of the array
RedBlackT
- Construct Red black Tree using cmd, reading from the left(root) top=right, bottom=left
NQueens
- Calculating NQueen possibilities using back tracking algorithm
yinhangjiasuanfa
- 在避免死锁的方法中,所施加的限制条件较弱,有可能获得令人满意的系统性能。在该方法中把系统的状态分为安全状态和不安全状态,只要能使系统始终都处于安全状态,便可以避免发生死锁。 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法。 -In the deadlock avoidance method, the constraints imposed by weak, it is possible to obtain satisfactory
DulLinkList
- 复习数据结构时,自己写的一个双向链表的小程序-Review the data structure, a doubly linked list to write a small program
