文件名称:prim
介绍说明--下载内容均来自于网络,请自行研究使用
prim算法:可以从任意结点出发,找出与之相连的最小权值的结点,连接,把连接后的结点看成是一个整体,和其他的结点的权值比较,再找出最小权值的结点连接,然后将连接上的结点再看做一个整体,依次类推,直到所有结点全部连接上
代码、测试数据。-prim algorithm: You can start from any node to find the smallest connected node weight, connectivity, the connected node as a whole, and other nodes of the right value, and then find out the smallest weight node to connect, and then connect the node to do a whole look, and so on until all nodes all connected to code, test data.
代码、测试数据。-prim algorithm: You can start from any node to find the smallest connected node weight, connectivity, the connected node as a whole, and other nodes of the right value, and then find out the smallest weight node to connect, and then connect the node to do a whole look, and so on until all nodes all connected to code, test data.
相关搜索: prim
(系统自动生成,下载前可以参看下载内容)
下载文件列表
prim
....\prim.cpp
....\prim.in
....\prim.out
....\prim.cpp
....\prim.in
....\prim.out