InterviewSolution
Saved Bookmarks
| 1. |
Which of the problems cannot be solved by backtracking method?(a) n-queen problem(b) subset sum problem(c) hamiltonian circuit problem(d) travelling salesman problemI had been asked this question at a job interview.This question is from Backtracking in division Backtracking of Data Structures & Algorithms II |
|
Answer» Right option is (d) travelling salesman PROBLEM |
|