Carnegie Mellon University
Department of Computer Science
15-415/615 - Database Applications
C. Faloutsos & A. Pavlo, Fall 2015
Homework 3 - B+ tree - instructions and auxiliary files
Items of interest
- Homework 3 pdf
- Recitation foils pdf (new, 10/01)
- Code, data, and placeholder functions, in a tar-file
-
tar xzvf btree.tar.gz; make; # should give one passed test, but fail after that
- replace the placeholder *.c files with your code
- Test:
- make sure that make test gives a 'passed tests' output
- Try additional tests, of your own
(on dict#### input files of your own; empty tree; etc) - once you are satisfied:
- make handin; verify that the resulting tar file will compile and run fine by the grader, and
- deposit on blackboard.
SOLUTIONS
- Example solution in .tar.gz format (new, 10/16)
Last updated by: Christos Faloutsos and Anna Etzel, Oct. 1, 2015.