Strategies to enter Global market
May 8, 2020
Organizational Leadership And Decision Making
May 8, 2020
Show all

Coding a B+ Tree

Implement a DBTable and the BTree classes. The DBTable class implements the basic parts of a database table and the BTree class implements a B+Tree. The DBTable must use the B+Tree to find rows in the table. Every DBTable method will use Btree. The assignment also comes with an outline of methods to implement in the two classes. All done in java code.

Leave a Reply

Your email address will not be published. Required fields are marked *