This is a demonstration of a binary search algorithm in action using recursive techniques. The list has to be sorted before doing the search. I just wanted to play around with this concept I learned in my Java class.