InterviewSolution
Saved Bookmarks
| 1. |
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 SearchI 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 |
|
Answer» Correct CHOICE is (B) The entire TREE so far been generated must be stored in BFS |
|