Which is true regarding BFS (Breadth First Search)?
(a) BFS will get trapped exploring a single path
(b) The entire tree so far been generated must be stored in BFS
(c) BFS is not guaranteed to find a solution if exists
(d) BFS is nothing but Binary First Search
I got this question in an interview for internship.
The origin of the question is Artificial Intelligence Algorithms topic in division Other AI Algorithms & Statistics of Artificial Intelligence