Vidyalelo
Data Structure · Q823

Miscellaneous on Data Structures

Programming · Data Structure · question 823

Q823

Of the following given options, which one of the following does not provides an optimal solution for 8-queens problem?

A.
(5,3,8,4,7,1,6,2)
B.
(1,6,3,8,3,2,4,7)
Answer
C.
(4,1,5,8,6,3,7,2)
D.
(6,2,7,1,4,8,5,3)

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board