Month: May 2011

  • Beautiful Code – binary search

    Somewhere in chapter seven of the book Beautiful Code the following challenge is given: If you have never implemented binary search, or haven’t done so in a few years, I suggest you try that yourself before going forward; it will give you greater appreciation for what follows. Well, binary search? What was that again? Well,…