Artificial Intelligence Algorithms Question:
Download Questions PDF

Which search algorithm will use limited amount of memory?
a) RBFS
b) SMA*
c) Hill-climbing search algorithm
d) Both a & b

Artificial Intelligence Algorithms Interview Question
Artificial Intelligence Algorithms Interview Question

Answer:

d) Both a & b
Explanation:
RBFE and SMA* will solve any kind of problem that A* can't by using limited amount of memory.

Download Artificial Intelligence Algorithms Interview Questions And Answers PDF

Previous QuestionNext Question
How many the new states are generated in backtracking algorithm?
a) 1
b) 2
c) 3
d) 4
Constraint propagation technique actually modifies the CSP problem.
a) True
b) False