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.
c indexing sorting-algorithms database-perfomance database-systems b-plus-tree external-sorting external-merge-sort b-plus-tree-index file-organization heap-file block-file-functions
- Updated
Feb 27, 2025 - C