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

Easy explanation - The EXTENDED version GIVEN by FRANZ Nauck of the Eight Queen Puzzle was for n queens on n*n square chessboard. EARLIER the puzzle was proposed with 8 queens on 8*8 board.



Discussion

No Comment Found

Related InterviewSolutions