1.

In general, backtracking can be used to solve?(a) Numerical problems(b) Exhaustive search(c) Combinatorial problems(d) Graph coloring problemsI had been asked this question during an interview.My query is from Backtracking topic in section Backtracking of Data Structures & Algorithms II

Answer»

Correct choice is (c) COMBINATORIAL problems

To EXPLAIN: BACKTRACKING approach is used to solve complex combinatorial problems which cannot be SOLVED by EXHAUSTIVE search algorithms.



Discussion

No Comment Found

Related InterviewSolutions