Multiple choice

Which of the following algorithms is more efficient because it prunes away the branches of the search tree?

  1. Metropolis algorithm

  2. Uniform cost search algorithm

  3. Alpha-beta algorithm

  4. Algorithm

  5. Merge sort algorithm

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

This algorithm is more efficient because it prunes away the branches of the search tree.