MCQOPTIONS
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 Search |
| Answer» C. BFS is not guaranteed to find a solution, if exists | |