InterviewSolution
Saved Bookmarks
| 1. |
For how many queens was the extended version of Eight Queen Puzzle applicable for n*n squares?(a) 5(b) 6(c) 8(d) nThe question was posed to me in an interview for job.This question is from Backtracking topic in section Backtracking of Data Structures & Algorithms II |
|
Answer» Right answer is (d) n |
|