InterviewSolution
Saved Bookmarks
| 1. |
A complete, undirected, weighted graph G is given on the vertex {0, 1,…., n−1} for any fixed ‘n’. Draw the minimum spanning tree of G ifa) the weight of the edge (u,v) is ∣ u−v ∣b) the weight of the edge (u,v) is u + v |
| Answer» | |