Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 323 Bytes

rfc.md

File metadata and controls

6 lines (3 loc) · 323 Bytes

API and Conditions for the b+ tree.

The api for this b+ tree should support the following option.

  • Insert -> Insert into the b+ tree a key and a value. The key would be unsigned integer and the value would be a page header, containing the page number and the offset within that page. The actual data would be of