361 views
0 votes
0 votes
In B+ trees, are cousins alo treated as siblings?? I mean the adjacent nodes are considered siblings even if they dont have same parents?? While reading deletion algorithm in B+ tree i got confused and in one video it was taught that adjacent ones are siblings in B+ trees so that we can always merge and dstribute from them Can anyone clear it??

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
manisha11 asked Jun 7, 2019
461 views
In case of B Trees we split a node on insertion in case of overflow,is there any possible case in which this may lead to underflow also? as a key is promoted to parent th...
0 votes
0 votes
0 answers
2
Shubham Aggarwal asked Jan 15, 2019
983 views
Identify the B-Tree from the following after inserting R,Y,F,X,A,M,C,D,E,T,H,V,L,G (in the order) with Branching factor of 3.If any insertion of element causes split, fir...
1 votes
1 votes
0 answers
3
newdreamz a1-z0 asked Jan 2, 2019
503 views
For range queries every B+ tree index requires less I/O than a full table scan.can anyone explain?
0 votes
0 votes
1 answer
4
Subham Nagar asked Dec 15, 2018
522 views
Consider a B+ -tree in which the maximum no. of keys in a root is 11. What will be minimum no. of keys in a non-root node? What will be the same in a B-TreePlease also re...