资源列表
huffman
- 数据结构常用算法,用vc++实现的哈夫曼问题
SY2
- 栈的建立,为初学者知道建立栈,表达式求值-Stack the establishment, for beginners to know the establishment of the stack, the expression evaluator
banker
- 银行家算法,C+++实现,肯定是好使的-banker
Search-Tree
- C语言编写,二叉查找树的非递归实现。包含一个描述二叉树的头文件和实现功能的cpp文件。-Non-recursive implementation of binary search tree, written in C++. Contains a header file of the binary tree of the header files and source file of functions.
最长递增子序列
- 利用动态规划法求出,时间复杂度为O(N*2)
SqQueue
- 队列(Queue)是限定只能在表的一端进行插入和在另一端进行删除操作的线性表。在表中,允许插入的一端称作\"队列尾(tail)\",允许删除的另一端称作\"队列头(front)\"。
ClosestPairPoint
- 实现查找一组给定点中的最近点对,通过分治方法将问题求解,简化问题的复杂性。-Lookup a group to the latest sentinel points right, adoption of the partition method of problem solving, simplifying the complexity of the problem.
CLOSESTPAIR
- 最近点对问题,求解平面上n个点的集合中距离最近的两点的距离。-Nearest point of the problem, solving the plane the set of n points in the distance between the nearest two points.
NQueen
- N皇后问题的爬山法 效果比普通方法好一些-N queens problem of hill-climbing method is better than the average effect of
list
- 在原有建立的线性表的基础上,本程序完成可以输出,查询,插入元素等功能,功能较为全面-A linear form in the original building, based on the completion of this program can output, query, insert the element and other functions, functions more comprehensive
haffmantree
- 该程序描述的是如何构建哈夫曼树及哈夫曼编码-haffmantree
ch15
- 实现hash函数的一个小例子 其中包含了3个.java的文件,希望大家能喜欢-implements the hash, it can help you know about the hash,centainly you can row it up
