Select the best description to explain what a binary search algorithm is.
Put the elements in order, check each item in turn.
Elements do not need to be in order, compare to the middle value, split the list in order and repeat
Elements do not need to be in order, check each item in turn.
Put the elements in order, compare with the middle value, split the list in order and repeat.
This question is part of this quiz :
Top MCQs on Binary Search Algorithm with Answers