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)%0D%0AResponses%0D%0A%0D%0Aquicksort%0D%0Aquicksort%0D%0A%0D%0Ahashing%0D%0Ahashing%0D%0A%0D%0Alinear search%0D%0Alinear search%0D%0A%0D%0Abinary search
1 answer
The best algorithm to use to see if a specific element is in a sorted data set is the binary search algorithm.