1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. What is the simplest method to prove tha...
Q.

What is the simplest method to prove that a graph is bipartite?

A. it has a cycle of an odd length
B. it does not have cycles
C. it does not have a cycle of an odd length
D. both odd and even cycles are formed
Answer» C. it does not have a cycle of an odd length
Explanation: it is not difficult to prove that a graph is bipartite if and only if it does not have a cycle of an odd length.

Discussion