InterviewSolution
Saved Bookmarks
| 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 |
|