Vidyalelo
Data Structure · Q1113

Miscellaneous on Data Structures

Programming · Data Structure · question 1113

Q1113

Of the following given options, which one of the following is a correct option that provides an optimal solution for 4-queens problem?

A.
(3, 1, 4, 2)
Answer
B.
(2, 3, 1, 4)
C.
(4, 3, 2, 1)
D.
(4, 2, 3, 1)

Answer: Option A

Solution

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