lab_btree
Belligerent BTrees
File List
Here is a list of all documented files with brief descriptions:
 benchmark.hClass for easy runtime benchmarks that can output to simple two column csv files
 btree.cppImplementation of a B-tree class which can be used as a generic dictionary (insert-only)
 btree.hDefinition of a B-tree class which can be used as a generic dictionary (insert-only)
 btree_given.cppGiven function implementations for BTree