Multiple choice

Which of the following algorithms is a strategy that sidesteps the issue of choosing the best depth limit by trying all possible depth limits?

  1. Depth first search algorithm

  2. Uniform cost search algorithm

  3. Breadth first search algorithm

  4. Iterative deepening search algorithm

  5. Minimax algorithm

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This algorithm is a strategy that sidesteps the issue of choosing the best depth limit by trying all possible depth limits.