Learn different data structure in C
- Updated
Apr 11, 2023 - C
Learn different data structure in C
Repository for the "SCC0215 - File Organization" course's project offered for Computer Science undergraduates at ICMC - USP, by professor Cristina Ciferri.
Modern database management system uses advanced datastructures like B+ Trees, which are closely related, and extension rather, to B-Trees. The motive of this project was to implement the CRUD operations for B Trees and make a practically useful system, applying the knowledge of data structures and algorithms to optimize wherever possible.
Trabalho 2 de árvoreB desenvolvidas na disciplina TBO na UFES, em 2024/2
Simple SQLite-like database implementation written in C. It demonstrates fundamental database concepts with an educational focus on how databases work internally.
A C library containing a C type expression parser and both btree and hash symbol handler.
Add a description, image, and links to the btree-implementation topic page so that developers can more easily learn about it.
To associate your repository with the btree-implementation topic, visit your repo's landing page and select "manage topics."