w32zhong / BTreeimplementation

CSC 541 Assignment 4 B-Trees Introduction The goals of this assignment are two-fold: To introduce you to searching data on disk using B-trees. To investigate how changing the order of a B-tree affects its performance. Index File During this assignment you will create, search, and manage a binary index file of integer key values. The values sto…
10Updated 9 years ago

Related projects

Alternatives and complementary repositories for BTreeimplementation