1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Given that a graph contains no odd cycle...
Q.

Given that a graph contains no odd cycle. Is it enough to tell that it is bipartite?

A. yes
B. no
Answer» A. yes
Explanation: it is required that the graph is connected also. if it is not then it cannot be called a bipartite graph.

Discussion