InterviewSolution
Saved Bookmarks
| 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 |
|