搜索资源列表
MSTree
- 最少生成树问题,MST(最小生成树),具体功能很容易看懂的-minimum spanning tree problem, MST (minimum spanning tree), specific functions can easily understand the
SmallTree123
- 树的遍历及最小生成树问题解决 采用最新Java编程技术-tree traversal and the minimum spanning tree problem solving using the latest Java programming technology
datastruction
- 数据结构课程设计所含题目: 1运动会分数统计**, 2一元多项式计算**, 3订票系统 4猴子选大王 5最小生成树问题** 6 建立一个二叉排序树
PRIM_MST
- 用java实现了最小求解连通图的最小生成树问题,采用的是prim算法,可供大家参考。
实验报告-最小生成树
- 关于最小生成树问题的基本思想运行结果测试平台以及源码-minimum spanning tree problem on the basic idea of operating results and the source test platform
TSP
- 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
ShortestPath
- 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
DrawImg
- 这个是很好的图形最小生成树的实现,他说明了很多最小生成树的问题,最短路问题都解决了-This is a good realization of minimum spanning tree graph, he shows a lot of the minimum spanning tree problem, shortest path problems are solved
Greedy-algorithm
- 贪心算法 单元最短路径问题 最小生成树问题 多机调度问题-The minimum spanning tree of the the greedy algorithm unit shortest path problem of multi-machine scheduling problem
EdgeNode
- 使用Java开发编程,解决最小生成树问题。-Developed using Java programming to solve the minimum spanning tree problem.