InterviewSolution
Saved Bookmarks
| 1. |
In n-queen problem, how many values of n does not provide an optimal solution?(a) 1(b) 2(c) 3(d) 4The question was posed to me by my college director while I was bunking the class.I'm obligated to ask this question of Backtracking in portion Backtracking of Data Structures & Algorithms II |
|
Answer» Right OPTION is (b) 2 |
|