| 
    B-Trees
    
   B-tree implementation in C++ to index documents based on numerical id's and title strings. 
   | 
 

Functions | |
| int | main (int argc, char **argv) | 
| Program main.  More... | |
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Program main.
Receives arguments and calls the appropriate functions for the task.
Remember to upload first before using the other commands.
Program usage:
| argc | Argument count | 
| argv | Argument values | 
 1.8.11