Week 6: Minimum Spanning Trees Flashcards
1
Q
What is a Minimum spanning tree?
A
2
Q
What is PRim’s algorithm?
A
3
Q
What is the time complexity of Prim’s algorithm for the following two implementations:
Adjacency matrix
Adjacency list
A