πŸ“Š Design and Analysis of Algorithms
Q. Which type of graph has all the vertex of the first set connected to all the vertex of the second set?
  • (A) bipartite
  • (B) complete bipartite
  • (C) cartesian
  • (D) pie
πŸ’¬ Discuss
βœ… Correct Answer: (B) complete bipartite

Explanation: the graph is known as bipartite if the graph does not contain any odd length cycle in it. the complete bipartite graph has all the vertex of first set connected to all the vertex of second set.


Explanation by: Mr. Dubey
the graph is known as bipartite if the graph does not contain any odd length cycle in it. the complete bipartite graph has all the vertex of first set connected to all the vertex of second set.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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