ICS 140 Computational Thinking with Programming What is the name of the search algorithm that loops over every item in the list to check if it contains the sought item? The binary search method is faster than searching all items but has an additional constraint. What is required of a list to use binary search? […]