Vidyalelo
Data Structure · Q639

Miscellaneous on Data Structures

Programming · Data Structure · question 639

Q639

Which of the following methods can be used to solve n-queen's problem?

A.
greedy algorithm
B.
divide and conquer
C.
iterative improvement
D.
backtracking
Answer

Answer: Option D

Solution

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