InterviewSolution
Saved Bookmarks
| 1. |
Which algorithm is used to solve any kind of problem?(a) Breadth-first algorithm(b) Tree algorithm(c) Bidirectional search algorithm(d) None of the mentionedI had been asked this question during an interview.The question is from Uninformed Search Strategy in chapter Problem Solving of Artificial Intelligence |
|
Answer» CORRECT OPTION is (b) Tree algorithm Explanation: Tree algorithm is used because specific variants of the algorithm EMBED different STRATEGIES. |
|