Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - kruskal
Search - kruskal - List
DL : 0
在权值不同的图中寻找一个最小生成树的问题-different weights in the map to find a minimum spanning tree problem
Date : 2026-01-10 Size : 3kb User : 刘通学

kruskal算法来得到最小生成树的程序-Kruskal algorithm to be the minimum spanning tree procedures
Date : 2026-01-10 Size : 1kb User : yue

DL : 0
最小生成树的经典算法——Kruskal算法。用C++实现-minimum spanning tree algorithm classic-- Kruskal algorithm. C to achieve
Date : 2026-01-10 Size : 129kb User : 周娜娜

求最大生成树,实际上是以最小生成树的算法为基础进行改进,我采用的是kruskal算法,基本思路是对各个边的权进行排序,然后加入生成树,形成环的点跳过,直到生成最大生成树。JAVA的特点是输入输出比较便利,所以问题的关键在于用监控将图的初始化和树的生成衔接。-Spanning Tree for the largest, is actually the minimum spanning tree algorithm-based improvement, I used the Kruskal algorithm, the basic idea is to the right of each side in order, then joined the spanning tree, formed in Central Point skip until Spanning Tree greatest generation. Java is characterized easier to input and output, Therefore, the key is to use the plan to monitor the initialization and tree generation convergence.
Date : 2026-01-10 Size : 2kb User : 笑笑

DL : 0
matlab程序,包括kruskal算法和kijkstra算法的程序
Date : 2026-01-10 Size : 2kb User : 随风

DL : 0
最小生成树的Kruscal算法。Visual Studio2005
Date : 2026-01-10 Size : 1kb User : 刘帅

DL : 0
算法设计与分析kruskal算法实现,基于随机产生的连通无向图-Algorithm Design and Analysis of Kruskal algorithm, based on randomly generated undirected graph connectivity
Date : 2026-01-10 Size : 2kb User : dk liu

DL : 0
最小生成树的代码实现。运用kruskal算法实现。-Minimum spanning tree of the code. The use of Kruskal algorithm.
Date : 2026-01-10 Size : 712kb User : ahkoo

DL : 0
图的算法实现 (1)将图的信息建立文件; (2)从文件读入图的信息,建立邻接矩阵和邻接表; (3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。 -Graph Algorithms (1) will map the information to create the document (2) read from the document map information, the establishment of adjacency matrix and adjacency list (3) the realization of Prim, Kruskal, Dijkstra, and topological sorting algorithm.
Date : 2026-01-10 Size : 103kb User : 陈阳

DL : 0
kruskal.rar 用于数据计算与出具处理 一种算法-kruskal.rar for data calculation and issued a treatment algorithm
Date : 2026-01-10 Size : 1kb User : haboy

DL : 0
Kruskal算法的编程实现,可以构造出一颗最生成小树-Programming Kruskal algorithm, can be constructed out of a small tree to generate the most
Date : 2026-01-10 Size : 9kb User : Alice

DL : 0
克瑞斯卡尔算法,是关于克瑞斯卡尔算法的代码,详细介绍了有关克瑞斯卡尔算法的实现。-kruskal algorithm,kruskal algorithm on the code, setting out in detail the algorithm kruskal。
Date : 2026-01-10 Size : 1kb User : 周大

DL : 0
构造最小生成树的常用方法是Prim算法与Kruskal算法,二者都是基于贪心算法设计侧略。-Construction of the commonly used minimum spanning tree algorithm is Prim and Kruskal algorithms, both are based on the design side of a little greedy algorithm.
Date : 2026-01-10 Size : 1kb User : workfuture

DL : 0
kruskal 算法的c++实现,你可以很好的使用,数据结构的只是看它-kruskal it maybe useful to,you can see it
Date : 2026-01-10 Size : 54kb User : li

DL : 0
KRUSKAL算法 主要实现寻找最小生成树的功能-kruskal algorithm
Date : 2026-01-10 Size : 931kb User : 欧阳云

DL : 0
常见的算法实现,也就是kruskal算法的实现 参考了别人的算法,但是自己也写出来了!-Common algorithm is kruskal algorithm, Reference algorithms of the others, but also write it!
Date : 2026-01-10 Size : 1kb User : 陈明

DL : 0
kruskal 算法实现 加备注 学习kruskal的好资料 个人代码 有详细备注适合初 外加推理过程 适合初学者-kruskal algorithm with detailed note~~
Date : 2026-01-10 Size : 1kb User : chenlunrong

DL : 0
离散数学图论实验:用Kruskal算法求给定图的最小树-Discrete Mathematics Graph Theory experiment: Kruskal algorithm for minimum spanning tree given graph
Date : 2026-01-10 Size : 9kb User : 梁涛

DL : 0
kruskal算法,可以用来解决最小生成树的问题,本算法已经改进,可以直接输入邻接矩阵计算便可-kruskal algorithm can be used to solve the minimum spanning tree problem, the algorithm has been improved, you can directly enter the adjacency matrix can be calculated
Date : 2026-01-10 Size : 1kb User : 周瑜

最小生成树之kruskal算法的概念及其实现 kruskal算法的精髓在于: 每次选取一条边。 该边同时满足:1、在当前未选边中权值最小;2、与已选边不构成回路。 直到选取n-1条表是算法结束。找到MST活判断不存在MST。(The concept and implementation of Kruskal algorithm for minimum spanning tree The essence of Kruskal algorithm lies in: Select one edge at a time. At the same time, it satisfies: 1, the minimum weight in the current unselected edge; 2, and the selected side does not constitute the loop. Until the N-1 table is selected, the algorithm is finished. Find MST alive and judge that there is no MST.)
Date : 2026-01-10 Size : 11kb User : cuihuiling
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.