Back-Tracking
Question 1 |
Eight-queens problem can be solved by
Brute Force Method | |
Backtracking | |
Breadth-First Search
| |
All the above |
Question 1 Explanation:
Eight-queens problems can be solved by all the three methods of brute force method, backtracking method,breadth first search method. But the Backtracking method is the best.