Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Data Structures-B and B+ Trees
3+ articles
B and B+ Trees
4 posts
Recent Articles
B+ Tree in Python
Last Updated: 23 July 2025
In computer science, data structures are crucial in efficiently managing and organizing data. Among these, the B+ tree is a powerful and important data structure, widely u...
read more
Tree
Advanced Data Structure
Picked
DSA
B and B+ Trees
Python-DSA
Deletion in B+ Tree
Last Updated: 10 April 2024
B + tree is a variation of the B-tree data structure. In a B + tree, data pointers are stored only at the leaf nodes of the tree. In a B+ tree structure of a leaf node dif...
read more
Tree
Picked
DSA
B and B+ Trees
Difference between B tree and B+ tree
Last Updated: 15 July 2025
B-Tree: B-Tree is known as a self-balancing tree as its nodes are sorted in the inorder traversal. In B-tree, a node can have more than two children. B-tree has a height o...
read more
DSA
B and B+ Trees
Insertion in a B+ tree
Last Updated: 15 July 2025
Prerequisite: Introduction of B+ treesIn this article, we will discuss that how to insert a node in B+ Tree. During insertion following properties of B+ Tree must be follo...
read more
DSA
Data Structures-B and B+ Trees
B and B+ Trees