Searches an ordered list to find an item by looking at the median and comparing it with the search value. (if the item needed is bigger then it reduces the list to all the values it can still be and begins this cycle again)

🎲 Try a Random Question  |  Total Questions in Quiz: 256  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Computer Science — practice the complete quiz, review flashcards, or try a random question.


1. Searches an ordered list to find an item by looking at the median and comparing it with the search value. (if the item needed is bigger then it reduces the list to all the values it can still be and begins this cycle again)