TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.79k stars 7.29k forks source link

add b-tree data structures algorithm #2856

Open Vatsmanglam opened 1 month ago

Vatsmanglam commented 1 month ago

Description of Change

Added B-tree data structures which is a special type of self-balancing search tree in which each node can contain more than one key and can have more than two children. It is a generalized form of the binary search tree. It is also known as a height-balanced m-way tree.

Checklist

please add hacktoberfest label

github-actions[bot] commented 4 days ago

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.