Multiple choice

Which of the following search techniques is the odd one?

  1. Breadth first search

  2. Bidirectional search

  3. Best first search

  4. Uniform cost search

  5. Depth first search

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

Best first search is an informed search technique.