Minimum Spanning Trees
1. What is true about the time complexity of Kruskal's algorithm?
2. Can Kruskal's algorithm produce more than one MST without any changes in the code?
3. What is the best case Time Complexity of Kruskal's Algorithm? (Let V be the number of vertices, E be the number of edges)
4. In which scenario, Kruskal’s algorithm will result in the best time complexity?