CMU 15-445/645 Project 2: B+Tree Index Implementation
Checkpoint #1 Task #1 – B+Tree Pages Implement three page classes that represent the data storage units of a B+Tree. B+Tree Parent Page Files: src/include/storage/page/b_plus_tree_page.h and src/storage/page/b_plus_tree_page.cpp. This is a base class containing fields shared by its two subclasses. F...