lab_btree
Belligerent BTrees
|
benchmark.h | Class for easy runtime benchmarks that can output to simple two column csv files |
btree.cpp | Implementation of a B-tree class which can be used as a generic dictionary (insert-only) |
btree.h | Definition of a B-tree class which can be used as a generic dictionary (insert-only) |
btree_given.cpp | Given function implementations for BTree |