C++ console application implementing a B* tree index for fast lookups in a CUSTOMER table by primary key. Supports creation, insertion, deletion, and multiple search modes (by ID, by name, by list of IDs) with performance cost reporting. Built for the Algorithms and Data Structures 2 coursework on index structures and database search optimization.
-
Updated
Nov 12, 2025 - C++