资源列表
ECSBL
- 该程序实现二叉树的遍历功能,能够打印出二叉树的节点-The program realization of the binary tree traversal function, is capable of printing out the binary tree node
we
- 简单的链表实现 链表可以初步了解-A simple list can be linked to achieve a preliminary understanding
Miller-Rabin-c
- 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
yuesefuhuan
- 约瑟夫环的问题``建立单循环链表输入密码-Joseph `` the establishment of the issue of Central monocyclic password list
factsort
- Factorial & Bubble sort of number
Maze
- 走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
LCS
- LCS问题具有最优子结构和重叠子问题的性质,因此采用动态规划算法自底向上计算该问题的解,并输出求到的LCS。-LCS problem with sub-optimal substructure and overlapping nature of the problem, so a bottom-up dynamic programming algorithm for computing the solution of the problem, and the output request to
QuickSort
- 快速排序,在1024*1024时速度是非常快的,-Quick Sort, in the 1024* 1024 when the speed is very fast,
qishibianli
- 骑士遍历的小程序。可以控制遍历地图的大小,控制复杂度,程序会输出遍历的路径,方便用户检查。-Knight through the small program. Map can be controlled through the size, control complexity, the program will traverse the path of the output, user-friendly examination.
prim
- 最小树的prim算法 使用一个数组作为辅助空间 达到最优的目的-Most trees in the prim algorithm
L2311
- 单链表的建立程序,长度为2331,思路很好,结构易懂-Single linked list program, a length of 2331, the idea of good, easy to understand structure
111
- 编一个冒泡排序的成员函数模板实现降序排序。可用小于比较,冒泡采用从上往下;也可用大于比较,冒泡采用从下往上。-Compiled a bubble sort member function templates in descending order. Available less than a bubbling using from top to bottom can also be used more than, bubbling from the bottom up.