文件名称:Assignment_Prim.cs.txt
介绍说明--下载内容来自于网络,使用问题请自行百度
In computer science, Prim s algorithm is a greedy algorithm that finds a minimum spanning tree for a connected weighted undirected graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the tree is minimized. The algorithm was developed in 1930 by Czech mathematician Vojtěch Jarník and later independently by computer scientist Robert C. Prim in 1957 and rediscovered by Edsger Dijkstra in 1959. Therefore it is also sometimes called the DJP algorithm, the Jarník algorithm, or the Prim–Jarník algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Assignment_Prim.cs.txt
__MACOSX/
__MACOSX/._Assignment_Prim.cs.txt
__MACOSX/
__MACOSX/._Assignment_Prim.cs.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.