Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 395 Bytes

File metadata and controls

6 lines (5 loc) · 395 Bytes

b-tree data structure. Include bTree.h in a C++ program to have access to my implementation of b-trees. Read bTree.h to see how to use it. Note that bTree.h includes bTree.cpp and so you need to download bTree.cpp as well.

This repository has been archived. It was created for a school assignment when I was first learning how to program. I do not intend on maintaining it for fixing any bugs.