1.

Which of the following is false in the case of a spanning tree of a graph G?(a) It is tree that spans G(b) It is a subgraph of the G(c) It includes every vertex of the G(d) It can be either cyclic or acyclicThis question was addressed to me in final exam.My query is from Minimum Spanning Tree in chapter Minimum Spanning Tree of Data Structures & Algorithms II

Answer»

Correct option is (d) It can be either cyclic or acyclic

Explanation: A GRAPH can have many spanning trees. Each spanning TREE of a graph G is a subgraph of the graph G, and spanning trees include every VERTEX of the GRAM. Spanning trees are always acyclic.



Discussion

No Comment Found

Related InterviewSolutions