InterviewSolution
Saved Bookmarks
| 1. |
Who was the first person to find the solution of Eight Queen Puzzle using determinant?(a) Max Bezzel(b) Frank Nauck(c) Gunther(d) FriedrichI had been asked this question during an interview.This intriguing question originated from Backtracking topic in section Backtracking of Data Structures & Algorithms II |
|
Answer» CORRECT ANSWER is (c) Gunther Best explanation: S. Gunther was the first person to PROPOSE a solution to the eight queen puzzle using DETERMINANT. MAX Friedrich William Bezzel published the puzzle and the first solution to the Eight Queen Puzzle was given by Franz Nauck. |
|