学了这两种算法,总觉得还没完全体会,体会两种方法的不同,我个人喜爱用Kruskal算法,因为它不像prim算法那样还要初始化,for语句也要小一些,看起来比prim算法更整洁。
下面以poj1287为列:
Description
You are assigned to design network connections between certain points in a wide area. You are given a set of points in the area, and a set of possible routes for the cables that may connect pairs of points. For each possible route between two points, you are given the length of the cable that is needed to connect the points over that route. Note that there may exist many possible routes between two given points. It is assumed that the given possible routes connect (directly or indirectly) each two points in the area.
Your task is to design the network for the area,
Your task is to design the network for the area,

这篇博客通过poj1287实例详细解析了Kruskal和Prim算法的运用。内容包括问题描述、输入输出格式、样例输入输出,并重点探讨了Prim算法的应用。
199

被折叠的 条评论
为什么被折叠?



