InterviewSolution
Saved Bookmarks
| 1. |
Not more than 2 queens can occur in an n-queens problem.(a) true(b) falseThis question was posed to me in final exam.This key question is from Backtracking in chapter Backtracking of Data Structures & Algorithms II |
|
Answer» CORRECT ANSWER is (b) false Best explanation: Unlike a REAL chess game, n-queens occur in a n-queen problem SINCE it is the problem of dealing with n-queens. |
|