Q). Among the given options, which search algorithm requires less memory?
• Optimal Search
• Depth First Search
• Breadth-First Search
• Linear Search
Answers
Answered by
7
Answer:
Among the given options, which search algorithm requires less memory?
• Optimal Search
• Depth First Search
• Breadth-First Search
• Linear Search
- 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.
Hope my answer will be helpful for you thanks
Similar questions