0 votes
in Artificial Intelligence by
The search strategy the uses a problem specific knowledge is known as ___________

(a) Informed Search

(b) Best First Search

(c) Heuristic Search

(d) All of the mentioned

I have been asked this question by my school teacher while I was bunking the class.

This interesting question is from Informed Search and Exploration in division Problem Solving of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
The correct answer is (d) All of the mentioned

To explain I would say: The problem specific knowledge is also known as Heuristics and Best-First search uses some heuristic to choose the best node for expansion.
...