Question 1
What is the main idea of linear search?
Question 2
Binary search requires the data to be what?
Question 3
In binary search, what happens after comparing the target to the middle element?
Question 4
Which search method is generally more efficient for a large sorted list?
Question 5
If a target value is not in a list, what does a search algorithm usually do?