Which of the following methods can be used to solve n-queen’s problem?
Posted: Wed Jul 13, 2022 7:40 pm
a) greedy algorithm
b) divide and conquer
c) iterative improvement
d) backtracking
b) divide and conquer
c) iterative improvement
d) backtracking