CS6360.004 Fall 2018
Assignment 6 – B+ Tree Index
Your assignment is to write a program that implements B+ tree indexing. It will read a text file containing data and build the index, treating the first n columns as the key, where n will be specified by the user. Writing this program will require knowledge of random-access I/O in the language of your choice. Allowable languages are Java, and C/C++.