Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create B tree.md #634

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

vishantrathi
Copy link
Contributor

A B-Tree is a self-balancing tree data structure that maintains sorted data and allows for efficient insertion, deletion, and search operations. It is designed to work well on disk storage systems, making it particularly suitable for databases and file systems. B-Trees are a generalization of binary search trees in that a node can have more than two children.

A B-Tree is a self-balancing tree data structure that maintains sorted data and allows for efficient insertion, deletion, and search operations. It is designed to work well on disk storage systems, making it particularly suitable for databases and file systems. B-Trees are a generalization of binary search trees in that a node can have more than two children.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant