1.

Calculating the chromatic index of a graph is a ______________(a) P problem(b) NP hard problem(c) NP complete problem(d) Cannot be identified as any of the given problem typesI had been asked this question during an internship interview.The query is from Graph Coloring in portion Graph Coloring of Data Structures & Algorithms II

Answer»

Right ANSWER is (c) NP COMPLETE problem

The explanation is: Chromatic index of an arbitrary graph cannot be determined by using any convenient method. So CALCULATING the chromatic index of a graph is an NP complete problem.



Discussion

No Comment Found

Related InterviewSolutions