AI MCQ #154: Which of the following algorithm is online search algorithm?

Q154. 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 mentioned

✅ Correct Answer: C) Hill-climbing search algorithm

Explanation: Hill-climbing search algorithm will have only current state in memory, So it is an online search algorithm.