A Search Algorithm that requires Sorting Algorithms to first sort the list. Used in Intermediate Value Theorem

Algorithm

  1. Take a midpoint of an interval, find the value of that midpoint in the function,
  2. Take the midpoint of one of the split intervals, find that value in the function, repeat until you get the desired value.