MCQOPTIONS
Saved Bookmarks
| 1. |
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» E. | |