InterviewSolution
Saved Bookmarks
| 1. |
Which search uses the problem specific knowledge beyond the definition of the problem?(a) Informed search(b) Depth-first search(c) Breadth-first search(d) Uninformed searchThis question was addressed to me during an internship interview.My question is based upon Informed Search Strategy in portion Problem Solving of Artificial Intelligence |
|
Answer» RIGHT option is (a) Informed SEARCH The best explanation: Informed search can SOLVE the PROBLEM beyond the function definition, So does it can find the SOLUTION more efficiently. |
|