✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What search strategy is described by the following?
It overcomes the disadvantages of the depth-limited strategy. It tries all possible depth limits (first 0 then 1, 2, and so on).It is complete and optimal. Time complexity: O(bd)Space complexity: O(bd)