InterviewSolution
Saved Bookmarks
| 1. |
What is the space complexity of Depth-first search?(a) O(b)(b) O(bl)(c) O(m)(d) O(bm)The question was posed to me during a job interview.My question is from Uninformed Search Strategy topic in chapter Problem Solving of Artificial Intelligence |
|
Answer» The correct CHOICE is (d) O(BM) |
|