b-tree-implementation
Here are 30 public repositories matching this topic...
Language:All
Sort:Most stars
ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree
- Updated
Jan 19, 2025 - 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.
- Updated
Mar 19, 2025 - C++
data structures and algorithms implemented in Python
- Updated
Nov 7, 2020 - Jupyter Notebook
Some advanced data structures' implementations in C++
- Updated
Dec 12, 2022 - C++
- Updated
Jul 11, 2019 - C#
Implementation of External Memory Fractal Tree (a variant of the Buffered Repository Tree) in C++ through the STXXL library.
- Updated
Jan 24, 2021 - C++
B-Tree implementation using Java programming language.
- Updated
Jan 1, 2021 - Java
An implementation of B-Trees in TypeScript
- Updated
Aug 23, 2021 - TypeScript
Distributed System Data Base implemented in C++ using B-Trees to manage and manipulate the death rate dataset efficiently.
- Updated
Jan 30, 2023 - C++
Extendable C++ implementation of B+Tree data structure
- Updated
Dec 29, 2020 - C++
Repository for the "SCC0215 - File Organization" course's project offered for Computer Science undergraduates at ICMC - USP, by professor Cristina Ciferri.
- Updated
Aug 6, 2021 - C
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…
- Updated
Jun 15, 2022 - C++
Repositório contendo os códigos da disciplina Algoritmos e Estruturas de Dados 2, ministrado pela professora Ariane Machado Lima, na Escola de Artes, Ciências e Humanidades (EACH) da Universidade de São Paulo
- Updated
Aug 3, 2021 - C
B and B+ trees implementations in Python
- Updated
Aug 25, 2022 - Python
- Updated
Dec 5, 2019 - C#
An SQL like database implementation in C using B-Trees for indexing.
- Updated
Jul 12, 2025 - C
Trabalho 1 da disciplina Técnicas de Programação Em Plataformas Emergentes
- Updated
Jun 22, 2025 - Python
A list of data structures(and their implementations) I had fun implementing in Java for educational purposes
- Updated
Nov 24, 2022 - Java
All my projects from CMSC420 (Advanced Data Structures)
- Updated
Jan 2, 2025 - Python
Improve this page
Add a description, image, and links to theb-tree-implementation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theb-tree-implementation topic, visit your repo's landing page and select "manage topics."