Question 4 3 pts Select all the statements which describe a difference between Prims Algorithm and Kruskal’s Algorithm: one sorts all edges first, the other does not one produces a minimal spanning tree, but the other does not one builds a tree in which numEdges = numVertices -1, the other does not Show transcribed image text Question 4 3 pts Select all the statements which describe a difference between Prims Algorithm and Kruskal’s Algorithm: one sorts all edges first, the other does not one produces a minimal spanning tree, but the other does not one builds a tree in which numEdges = numVertices -1, the other does not
Expert Answer
Answer to Question 4 3 pts Select all the statements which describe a difference between Prims Algorithm and Kruskal’s Algorithm: …