1.

Which of the following algorithm is online search algorithm?(a) Breadth-first search algorithm(b) Depth-first search algorithm(c) Hill-climbing search algorithm(d) None of the mentionedI got this question during an online interview.I want to ask this question from Online Search Agent in chapter Intelligent Agents of Artificial Intelligence

Answer»

Right choice is (c) Hill-climbing SEARCH ALGORITHM

The explanation is: Hill-climbing search algorithm will have only CURRENT STATE in memory, So it is an ONLINE search algorithm.



Discussion

No Comment Found

Related InterviewSolutions