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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KhaledAshrafH/B-Tree Stargazers