Vidyalelo
Computer Science · Q834

Artificial Intelligence

Engineering and GATE · Computer Science · question 834

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
Answer
C.
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