1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. A graph is found to be 2 colorable. What...
Q.

A graph is found to be 2 colorable. What can be said about that graph?

A. the given graph is eulerian
B. the given graph is bipartite
C. the given graph is hamiltonian
D. the given graph is planar
Answer» B. the given graph is bipartite
Explanation: a graph is said to be colorable if two vertices connected by an edge are never of the same color. 2 colorable mean that this can be achieved with just 2 colors.

Discussion