搜索资源列表
gold-bullion
- 针对金块问题,分别采用蛮力法和二分法,并用C++语言时间-With brute force method and dichotomy to solve gold bullion problems
hungray
- 二分图匹配-匈牙利算法 效率很高,求二分图最大匹配。-Bipartite graph matching- Hungary algorithm highly efficient, and the maximum bipartite graph matching.
xiongyali
- 给定一个二分图G,M为G边集的一个子集,如果M满足当中的任意两条边都不依附于同一个顶点,则称M是一个匹配。二分图的最大匹配。-maxmum matching
BST
- 通过Java实现二分法搜索树并附带algs4包,他是一个很有用的例子(It is a useful example to implement a dichotomous search tree with an algs4 package via Java)
常用问题的算法
- 常用问题的算法,包括表达式求值,递归二分查找,归并算法,回溯法求解数独问题等(The commonly used algorithms, including recursive expression evaluation, two search, merging algorithm, backtracking and Sudoku problem etc.)
3868427
- 这是二分法程序,满足f(a) f(b)<0d的f(x)在[a,b]区间的实根, 优点:1程序简单; 2对f(x)要求()
pemwocmanceimplementationrvalue
- 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非()