AI MCQ #155: Which search algorithm will use limited amount of memory?

Q155. Which search algorithm will use limited amount of memory?

  • a) RBFS
  • b) SMA*
  • c) Hill-climbing search algorithm
  • d) Both RBFS & SMA*

✅ Correct Answer: D) Both RBFS & SMA*

Explanation: RBFE and SMA* will solve any kind of problem that A* can’t by using limited amount of memory.