BinarySearch | Question 4

Last Updated :
Discuss
Comments

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.

Share your thoughts in the comments