= Binary Search 0.0.2

== What is binarysearch?

What Binary Search does (as the name suggests) is a binary search on a file. An index is created as a first step before any search can be done. The content of the file consists of records of variable size and it's up to you how to supply a method to read a record from the file.

== Basic Usage

Read about it on http://binarysearch.rubyforge.org

== Author

Luis Parravicini ([email protected])

== Software License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program (see the file called License.txt); if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA