There are 0 repository under b-plus-tree-index topic.
A B-plus tree implementation in C with an intermediate cache memory manager
This repository contains three projects exploring the core concepts of database systems: Heap File Management, B+ Tree Indexing, and External Merge Sort. Built in C, these assignments demonstrate block-level file management, indexing, and sorting algorithms, providing hands-on experience with database internals and performance optimization.