1.

In a maximum spanning tree the weighted graph is of _______(a) maximum number of edges(b) maximum number of cyclic trees(c) minimum number of vertices(d) maximum weightThe question was asked in an online interview.This key question is from Spanning Trees in chapter Trees of Discrete Mathematics

Answer»

Correct OPTION is (d) maximum weight

Best EXPLANATION: A maximum spanning tree can be computed by negating the weights for each edge and APPLYING KRUSKAL’s algorithm. Thus, it is a spanning tree of a WEIGHTED graph having maximum weight assigned to all the edges.



Discussion

No Comment Found

Related InterviewSolutions