/**
 * An example of binary search as developed by the intensely
 * intense Gries method.
 *
 * @author CSC302 2005S
 */
public class BinarySearch
{
} // class BinarySearch
