1.

Where is the n-queens problem implemented?(a) carom(b) chess(c) ludo(d) cardsThis question was addressed to me in examination.The query is from Backtracking in division Backtracking of Data Structures & Algorithms II

Answer»

Right CHOICE is (B) chess

For explanation: N-queens problem OCCURS in chess. It is the problem of PLACING n- queens in a n*n chess board.



Discussion

No Comment Found

Related InterviewSolutions