Multiple choice

What is the limitation of binary search?

  1. List must be unsorted

  2. Direct access to the middle element

  3. Direct access to the first element

  4. Direct access to the last element

  5. None of these

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

This is the limitation of binary search.