0 votes
in Artificial Intelligence by

Among the given options, which search algorithm requires less memory?

a) Optimal Search

b) Depth First Search

c) Breadth-First Search

d) Linear Search

1 Answer

0 votes
by

b. Depth First Search

Explanation: The Depth Search Algorithm or DFS requires very little memory as it only stores the stack of nodes from the root node to the current node.

Related questions

0 votes
asked May 14, 2022 in Artificial Intelligence by Robin
0 votes
asked May 15, 2022 in Artificial Intelligence by SakshiSharma
...