a) Informed Search
b) Best First Search
c) Heuristic Search
d) All of the mentioned
Answer: d
Explanation: The problem specific knowledge is also known as Heuristics and Best-First search uses some heuristic to choose the best node for expansion.
Related Posts
Which approach is to pretend that a pure divide and conquer algorithm will work?
What is the other name of the backward state-space search?
What is the other name for forward state-space search?
How many ways are available to solve the state-space search?
Which is the most straightforward approach for planning algorithm?
Which function is used to calculate the feasibility of whole game tree?
Which is identical to the closed list in Graph search?
Join The Discussion