Question: What is the main disadvantage of using BFS?
Options:
Correct Answer: It requires more memory
Solution:
The main disadvantage of BFS is that it requires more memory, as it stores all nodes at the current level before moving deeper.