Minimum Spanning Trees
1. When do we add a vertex, adjacent to a newly added vertex to MST, into Min-heap?
2. How many edges are present in MST after k iterations?
3. For dense graphs, which data structure can be used to implement Prim’s Algorithm?
4. Select a false statement.