Minimum Spanning Trees

1. What is the time complexity of Prim’s Algorithm? (Let V be the number of vertices, E be the number of edges)
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

2. What is the best case time complexity of Prim’s Algorithm? (Let V be the number of vertices, E be the number of edges)
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

3. Prim’s algorithm is similar to Dijkstra Algorithm
Explanation

Explanation

Explanation

Explanation

4. Upon using the adjacency matrix, what is the worst case time complexity of Prim’s Algorithm? (Let V be the number of vertices, E be the number of edges)
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation