Q834
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
AnswerC.
BFS is not guaranteed to find a solution if exists
D.
BFS is nothing but Binary First Search
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board