This repository contains my solutions and implementations developed as part of the course Distributed Intelligent Systems (DIS).
The work focuses on low-level systems programming in C and SQL.
- SQL: write some SQL queries
- DBMS: build a buffer pool for the DBMS
- B+ tree: build a B+ tree data structure
This repository is shared for educational and portfolio purposes only.
It reflects my personal implementation work completed during the course.
This project is released under the Apache License 2.0, in accordance with the original course distribution.
See the LICENSE file for full details.
Note: Assignment descriptions, APIs, and test scaffolding were provided by the course staff.
All implementation code in this repository was written by me unless stated otherwise.