http://www.cs.rpi.edu/~spoonerd/dbf/hw4.html
a) Show what the directory and buckets look like after key 30 is inserted.
b) Show what the directory and buckets look like after key 160 is inserted.
a) Show the B-Tree that results from inserting the record with key 50 into this B-Tree.
b) Show the B-Tree that results from inserting the record with key 500 into the B-Tree that results after part a) above.
Note: Do not hardcode the years for the report into your program. Your program should consult the database, determine for what years the database has data and then print the report for those years. You can assume that if any data is present for a given year, then all data for that year is in the database.
When you are done with this assignment, you can delete the Presidents Database, you will not need it again.
Database Fundamentals - Fall 1996 / David L. Spooner / spoonerd@cs.rpi.edu