Question

For a binary search algorithm to work efficiently, what must be true about the input data?

A It must be unsorted.
B It must contain unique elements.
C It must be sorted.
D It must be a linked list.
E It must be a hash table.
Practice Next

Hey! Ask a query