资源列表
pakage
- 01背包问题:给定n种物品和一个背包。物品i的重量是wi,其价值为vi,背包的容量为c.问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。-01 knapsack problem: Given n types of items and a backpack. Item i of the weight of wi, the value of vi, c. Q backpack with a capacity of how to choose the items into the bac
algorithms
- 传说中超越了算法导论的书籍 算法方面的经典之作 值得一看 -classical introduction about algorithms
8ma
- 八数码难题,使用广度搜索,体现分支限界法的思想-Eight puzzle, use the search scope, reflecting the branch and bound ideas ×××××
P
- 散列表的应用:插队买票,实现两个窗口。可从中改写。-Application of hash table: jump the queue ticket, to achieve two windows. From which to rewrite.
erchashu
- 二叉树 前序,中序,后序遍历 二叉树显示-Pre-order binary tree, in order, after traversing Binary display
link
- 链表的底层实现, 链表的底层实现-application of link
BinaryTree-Visit-all-methods
- 最全的二叉树遍历算法,包含前序、中序、后序的递归与非递归算法,还有按层次遍历(从上往下,从下往上,从左往右,从右往左)算法-The most complete binary tree traversal algorithm, including pre-order, in order, postorder recursive and non recursive algorithm, as well as by level traversal (from top to bottom, from b
Diameter-of-BinaryTree
- 计算二叉树的直径(二叉树中相距最远的两个节点之间的距离)的算法。-Calculate the diameter of binary tree (binary tree in the farthest away from the distance between two nodes) of the algorithm.
binsearch
- 本程序实现了折半查找算法,可运行,还包括难点注释-This procedure implements the binary search algorithm can run, but also difficult notes
abc
- 用C++描述链表的创建、插入、删除等操作的源程序代码-lianbiao de caru chanchu
CJC_DictS
- 最短路径优先算法,代码简洁可靠。。欢迎大家提出宝贵意见哈-Shortest path first algorithm, the code simple and reliable. . Welcome to Kazakhstan for their valuable comments. .
dist
- 迪杰斯特拉算法的经典写法。。最短路径的问题-Dijkstra algorithm is the classic formulation. . The shortest path problem. .
