Multiple choice

Which of the following algorithms of artificial intelligence avoids the pitfalls of depth first search by imposing a cutoff on the maximum depth of a path?

  1. Depth first search algorithm

  2. Depth limited search algorithm

  3. Algorithm

  4. Uniform cost search algorithm

  5. Metropolis algorithm

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

This algorithm of artificial intelligence avoids the pitfalls of depth first search by imposing a cutoff on the maximum depth of a path.