Minimum Spanning Tree: Given a weighted graph G, it is often desired to make a spanning tree T for G, like the sum of weights of the edges in T is the least. Like tree is known as a minimum spanning tree and shows the cheapest way of connecting all the nodes in G. There is no. of methods to create a minimum spanning tree for a weighted graph. For ex. Kruskal's algo. Prim's algorithm