in the phone book, one page at a time • O(n), because we must flip (loop) through each page • Recursive algorithm of dividing the phone book in half, and then half again, etc. to search for the number • O(log n), because we keep dividing the problem in half