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)
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)
3. Prim’s algorithm is similar to Dijkstra Algorithm
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)