InterviewSolution
Saved Bookmarks
| 1. |
How many possible solutions occur for a 10-queen problem?(a) 850(b) 742(c) 842(d) 724This question was addressed to me during an interview.I want to ask this question from Backtracking topic in portion Backtracking of Data Structures & Algorithms II |
|
Answer» RIGHT option is (d) 724 Easiest EXPLANATION - For a 10-queen problem, 724 POSSIBLE combinations of optimal SOLUTIONS are available. |
|