When is linear search more efficient than binary search?
When the data is unsorted
Never
When the data contains duplicate values
When the data is small

Software Engineering Exercises are loading ...