A Search Algorithm that requires Sorting Algorithms to first sort the list. Used in Intermediate Value Theorem
Algorithm
- Take a midpoint of an interval, find the value of that midpoint in the function,
- Take the midpoint of one of the split intervals, find that value in the function, repeat until you get the desired value.