搜索资源列表
decesiontree
- 决策树是用二叉树形图来表示处理逻辑的一种工具。可以直观、清晰地表达加工的逻辑要求。特别适合于判断因素比较少、逻辑组合关系不复杂的情况。
Algorithms
- 压缩包中包括几个常用算法对应的POJ练习题的实现,包括,无向图的欧拉回路,点的割集,TRIE树,最优比率生成树,最小树形图-Compressed package includes several commonly used algorithms POJ corresponds to the realization of exercises, including, undirected graph of the Euler circuit, point cut sets, TRIE tree, t
1
- 最小树形图,一个有向图的最小生成树,直接模板套用-The smallest tree, a directed graph of the minimum spanning tree, apply directly to the template
mini_tree
- 关于图论与网络流中的一种有效的可实现的寻找最短路树形图算法-On graph theory and network flow in an effective achievable short tree algorithm to find the most
shortest_path
- 关于图论与网络流当中一种有效的寻找最短树形图的算法-On graph theory and network flow in an effective achievable short tree algorithm to find the most
treemap
- 使用嵌套的矩形的相对面积的树形图显示用数据。 -Treemaps display data using the relative areas of nested rectangles.
A-map-to-the-smallest-tree
- 关于有向图最小树形图的C代码,供大家参考。-C codes of digraph about smallest tree digraph for your reference.