资源列表
max_min
- 一个简单的程序,C++代码实现最大和最小素数问题-max_min_prime
qushizi
- 一个简单程序,C++代码实现取石子游戏的问题-qushiziyouxi
kachegengxin
- 一个简单的程序,C++代码实现卡车更新问题-kachegengxin
tiaoma
- 一个简单的程序,C++代码实现跳马问题,数据结构-tiaomawenti
KMP
- KMP模式匹配算法的原理及应用 希望对为KMP头疼的同学有点用处!-KMP pattern matching algorithm and application of the principle
dfse
- 何志丹讲VC学习,适合与初级编程者,内容很不错-Ho VC stresses Zhidan study, fit and junior programmers
BiTree
- 二叉树的建立和遍历算法,即是二叉树的生成和遍历-Binary tree traversal algorithm and the set up, that is, the generation and tree traversal
Sparse_Table_algorithm
- RMQ的sparse table算法的实现,对ACM竞赛队员非常有研究价值:)-RMQ the sparse table algorithm implementation, ACM contest for team members have research value is :)
Trie
- poj3283的代码,是学习Trie的好材料~-poj3283 code is studying the well Trie Materials ~
LCSp2264
- 动态规划的代码~LCS存路径DP:)状态压缩-Dynamic programming code path ~ LCS deposit DP:) compression status. .
MST
- 最小生成树的几种算法的实现,包括克鲁斯卡尔和Prim算法-Minimum Spanning Tree Algorithms of implementation, including the Kruskal and Prim algorithms
d
- 1. 0-1背包问题 在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高 -1. 0-1 knapsack problem at 0/1 knapsack problem, there is a need for a capacity of c for the loaded backpack. N items from
