Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 991 Bytes

File metadata and controls

22 lines (16 loc) · 991 Bytes

Labs – Database Systems course

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.

Contains three projects:

  • SQL: write some SQL queries
  • DBMS: build a buffer pool for the DBMS
  • B+ tree: build a B+ tree data structure

Purpose

This repository is shared for educational and portfolio purposes only.
It reflects my personal implementation work completed during the course.

License

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.