An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: b-tree-implementation

KhaledAshrafH/B-Tree

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.

Language: C++ - Size: 53.7 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 17 - Forks: 2

gtang22/CMSC_420

All my projects from CMSC420 (Advanced Data Structures)

Language: Python - Size: 63.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

henrifroese/external_memory_fractal_tree

Implementation of External Memory Fractal Tree (a variant of the Buffered Repository Tree) in C++ through the STXXL library.

Language: C++ - Size: 3.88 MB - Last synced at: 29 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

Jakobeha/btree-plus-store Fork of timothee-haudebourg/btree-slab

Allocate and store B-trees in a shared arena

Language: HTML - Size: 2.75 MB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mkrebser/ConcurrentSortedDictionary

ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree

Language: C# - Size: 361 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Anas1108/Distributed_System_DataBase

Distributed System Data Base implemented in C++ using B-Trees to manage and manipulate the death rate dataset efficiently.

Language: C++ - Size: 144 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

SpeedyCraftah/b-tree

An implementation of a B-tree in JavaScript/C++ with a simple GUI to visualise and interact with them.

Language: JavaScript - Size: 384 KB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ZyadSamy/B-tree

Implementation of B-trees and a search engine that utilizes the B-tree for data indexing.

Language: Java - Size: 3.86 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

swatianand56/B-Tree-with-Concurrent-HashMap

Imlementation of Concurrent HashMaps in simulated B-Tree indexes to handle load contention in sales databases

Language: Java - Size: 996 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

MaxLynx/CarDrivingDataManagement

Language: C# - Size: 2.64 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

icelal-kskn/myDSProject1

Use B-Tree as a sorting machine. Write a java program that’s passed an array of key values from main() to B-Tree and it writes them back to the array in sorted order.

Language: Java - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

amankr1279/b_tree

A thread-safe b-tree implementation.

Language: Go - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

martinsjeniffer/AED2-ACH2024

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

Language: C - Size: 180 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ChoiCube84/B-Tree-cpp-implementation

Redemptive C++ implementation of a B Tree data structure. A revenge journey through data structures.

Language: C++ - Size: 267 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nixrajput/b-tree-java

B-Tree implementation using Java programming language.

Language: Java - Size: 123 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

bruno-pagno/b-tree

Árvore B implementada para a disciplina "Algoritmos e estruturas de dados II"

Language: C - Size: 1.35 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

eric070021/2020-Spring-Introduction-to-Database-Systems

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. Transaction processing.

Language: C++ - Size: 6.44 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ju-resplande/b_trees

B and B+ trees implementations in Python

Language: Python - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

sLaYerUnleAsheD/advanced-data-structures

Some advanced data structures' implementations in C++

Language: C++ - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

waveyboym/Java-data-structures

A list of data structures(and their implementations) I had fun implementing in Java for educational purposes

Language: Java - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lucasvianav/c-file-organization-sql

Repository for the "SCC0215 - File Organization" course's project offered for Computer Science undergraduates at ICMC - USP, by professor Cristina Ciferri.

Language: C - Size: 42.5 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Yashar-H08/B-tree-Implementation

Language: C# - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

semperton/routing

Fast and lightweight B-tree based routing library.

Language: PHP - Size: 94.7 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Johnsuuuu/data-structures-and-algorithms

data structures and algorithms implemented in Python

Language: Jupyter Notebook - Size: 708 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

AlexanderKosmehl/b-tree

An implementation of B-Trees in TypeScript

Language: TypeScript - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

broccolism/midnight-tree

C++ implementation of AVL tree and B tree - 기록용!

Language: C++ - Size: 34.4 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Immortale-dev/BPlusTreeBase

Extendable C++ implementation of B+Tree data structure

Language: C++ - Size: 317 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

pradyumnameena/COL106-Data-Structures-Java

Collection of assignments offered under COL106-Data Structures course by Prof. Mausam

Language: Java - Size: 3.76 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Related Keywords