This contains a C++ code that implements a B-Tree data structure. A B-Tree is a self-balancing tree that can store and retrieve data efficiently. It is commonly used in databases and file systems.
-
Updated
Aug 5, 2023 - C++
This contains a C++ code that implements a B-Tree data structure. A B-Tree is a self-balancing tree that can store and retrieve data efficiently. It is commonly used in databases and file systems.
Some advanced data structures' implementations in C++
Implementation of External Memory Fractal Tree (a variant of the Buffered Repository Tree) in C++ through the STXXL library.
Extendable C++ implementation of B+Tree data structure
This course mainly introduces the theory and application of database systems, including: 1. Introduction and architecture of database systems 2. ER data schema 3. File storage structure 4. Relational data schema 5. SQL query language 6. Conversion between ER data model and relational data model 7. Database normalization 8. Optimized query 9. Tra…
Distributed System Data Base implemented in C++ using B-Trees to manage and manipulate the death rate dataset efficiently.
C++ implementation of AVL tree and B tree - 기록용!
Redemptive C++ implementation of a B Tree data structure. A revenge journey through data structures.
Add a description, image, and links to the b-tree-implementation topic page so that developers can more easily learn about it.
To associate your repository with the b-tree-implementation topic, visit your repo's landing page and select "manage topics."