πŸ“Š Design and Analysis of Algorithms
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
πŸ’¬ Discuss
βœ… Correct 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.


Explanation by: Mr. Dubey
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

πŸ“Š Question Analytics

πŸ‘οΈ
473
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
87%
Success Rate