1.

How many unique colors will be required for proper vertex coloring of a bipartite graph having n vertices?(a) 0(b) 1(c) 2(d) nI got this question by my college professor while I was bunking the class.I want to ask this question from Graph Coloring in portion Graph Coloring of Data Structures & Algorithms II

Answer»

Right ANSWER is (C) 2

Easiest explanation - A bipartite graph is a graph such that no two vertices of the same set are ADJACENT to each other. So the number of unique colors REQUIRED for PROPER coloring of the graph will be 2.



Discussion

No Comment Found

Related InterviewSolutions