Multiple choice

Which of the algorithms of artificial intelligence calls depth limited search with increasing limits until goal is found?

  1. Metropolis algorithm

  2. Uniform cost search algorithm

  3. Iterative deepening search algorithm

  4. Algorithm

  5. Merge sort algorithm

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

This algorithm of artificial intelligence calls depth limited search with increasing limits until goal is found.