InterviewSolution
Saved Bookmarks
| 1. |
How many fundamental solutions are the for 3 queens on a 3*3 board?(a) 1(b) 12(c) 3(d) 0The question was posed to me in an interview for internship.The above asked question is from Backtracking in section Backtracking of Data Structures & Algorithms II |
|
Answer» The correct answer is (d) 0 |
|