πŸ“Š Design and Analysis of Algorithms
Q. When is a graph said to be bipartite?
  • (A) if it can be divided into two independent sets a and b such that each edge connects a vertex from to a to b
  • (B) if the graph is connected and it has odd number of vertices
  • (C) if the graph is disconnected
  • (D) if the graph has at least n/2 vertices whose degree is greater than n/2
πŸ’¬ Discuss
βœ… Correct Answer: (A) if it can be divided into two independent sets a and b such that each edge connects a vertex from to a to b

Explanation: a graph is said to be bipartite if it can be divided into two independent sets a and b such that each edge connects a vertex from a to b.


Explanation by: Mr. Dubey
a graph is said to be bipartite if it can be divided into two independent sets a and b such that each edge connects a vertex from a to b.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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