Two students are discussing the best algorithm to use to see if a specific element is in a sorted data set. Which classic algorithm should they choose?(1 point) Responses binary search binary search linear search linear search quicksort
1 answer
The correct algorithm that the students should choose is binary search.