Sollin's Algorithm

GPTKB entity

Statements (21)
Predicate Object
gptkbp:instanceOf gptkb:algorithm
minimum spanning tree algorithm
gptkbp:alsoKnownAs gptkb:Borůvka's_algorithm
gptkbp:category greedy algorithm
gptkbp:complexity O(E log V)
gptkbp:field computer science
graph theory
gptkbp:firstPublished 1926
https://www.w3.org/2000/01/rdf-schema#label Sollin's Algorithm
gptkbp:input connected, weighted, undirected graph
gptkbp:namedAfter gptkb:Otakar_Borůvka
gptkbp:output minimum spanning tree
gptkbp:purpose find minimum spanning tree
gptkbp:relatedTo gptkb:Kruskal's_algorithm
gptkb:Prim's_algorithm
gptkbp:step repeatedly add the cheapest edge from each component
gptkbp:usedIn clustering
circuit design
network design
gptkbp:bfsParent gptkb:Boruvka's_Algorithm
gptkbp:bfsLayer 7