Saved Bookmarks
| 1. |
Which search algorithm will use limited amount of memory?(a) RBFS(b) SMA*(c) Hill-climbing search algorithm(d) Both RBFS & SMA* |
|
Answer» Correct option is (d) Both RBFS & SMA* To explain I would say: RBFE and SMA* will solve any kind of problem that A* can’t by using limited amount of memory. |
|