+1 vote
in Artificial Intelligence by
Which search algorithm will use a limited amount of memory in online search?

1 Answer

0 votes
by

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

...