Statements (24)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:algorithm
|
gptkbp:alsoKnownAs |
gptkb:Prim's_algorithm
|
gptkbp:category |
greedy algorithm
|
gptkbp:complexity |
O(V^2) with adjacency matrix
O(E log V) with min-heap |
gptkbp:field |
computer science
graph theory |
https://www.w3.org/2000/01/rdf-schema#label |
Jarník's algorithm
|
gptkbp:input |
connected weighted undirected graph
|
gptkbp:namedAfter |
gptkb:Robert_C._Prim
gptkb:Vojtěch_Jarník |
gptkbp:output |
minimum spanning tree
|
gptkbp:popularizedBy |
1957
|
gptkbp:proposedBy |
gptkb:Robert_C._Prim
gptkb:Vojtěch_Jarník |
gptkbp:relatedTo |
gptkb:Kruskal's_algorithm
gptkb:Borůvka's_algorithm |
gptkbp:solvedBy |
minimum spanning tree problem
|
gptkbp:usedIn |
clustering
approximation algorithms network design |
gptkbp:yearProposed |
1930
|
gptkbp:bfsParent |
gptkb:Prim's_algorithm
|
gptkbp:bfsLayer |
6
|