Minimum spanning tree algorithms

GPTKB entity

Statements (14)
Predicate Object
gptkbp:instanceOf gptkb:algorithm
gptkbp:appliesTo weighted undirected graphs
gptkbp:complexity varies by algorithm
https://www.w3.org/2000/01/rdf-schema#label Minimum spanning tree algorithms
gptkbp:includes gptkb:Kruskal's_algorithm
gptkb:Prim's_algorithm
gptkb:Borůvka's_algorithm
gptkbp:output spanning tree with minimum total edge weight
gptkbp:solvedBy minimum spanning tree problem
gptkbp:usedIn clustering
approximation algorithms
network design
gptkbp:bfsParent gptkb:Tree-Graph
gptkbp:bfsLayer 7