Recent questions tagged b-tree

2 votes
1 answer
33
The smallest number of keys that will force a B-Tree of order 3 to have a height of 3 are _______Consider that the root node is at height 0.
1 votes
1 answer
34
What is the smallest and largest number of entries for 2_3 BTree (B2_3 Tree) of height 8 (i.e 8 levels) ? 255 & 6560127 & 21866561 & 255255 & 2186
5 votes
5 answers
35
For a $B^+$ - tree of order $d$ with $n$ leaf nodes, the number of nodes accessed during a search is $O(\_)$.
1 votes
1 answer
36
2 votes
1 answer
38
2 votes
1 answer
39
The $2-3-4$ tree is a self-balancing data structure, which is also called :$2-4$ tree$B+$ tree$B-$ treeNone of the options
1 votes
1 answer
43
0 votes
3 answers
46
0 votes
0 answers
48
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...
0 votes
0 answers
49
Can anyone suggest me any useful source from where I can read b+ tree insertion and deletion?
1 votes
0 answers
50
For range queries every B+ tree index requires less I/O than a full table scan.can anyone explain?
0 votes
1 answer
52
By default take ROOT at level 1 or 0?and if asked for B tree then take all the levels but for B+ records only at leaf so only leaf level keys right?
0 votes
1 answer
53
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...