Recent questions tagged b-tree

0 votes
1 answer
91
" B+ tree index has more levels than B tree index for large number of keys. "How the above statement is true ??
1 votes
1 answer
93
0 votes
1 answer
94
Does values in Leaf nodes of B+ tree repeats or ever leaf node has an unique value?
0 votes
0 answers
95
can anyone please explain the standard/universal procedure on how to perform deletion in b+ tree with the help of an example.
0 votes
0 answers
96
can anyone please explain the standard/universal procedure on how to perform insertion in b+ tree with the help of an example.
0 votes
0 answers
97
while(1) {flag[i]=true;while(flag[j]);<cs>flag[i]=false;}someone please tell bounded wait is satisfying or not???
0 votes
1 answer
99
0 votes
0 answers
100
0 votes
0 answers
101
Given a B+ tree, How can we find out their sequence of insertion?
1 votes
1 answer
102
$\text{Insertion Sequence}$ : $8,5,1,7,3,12,9,6$Can someone plz show the Sequence of insertion in B+ tree step by step Thanks
0 votes
0 answers
103
Suppose size of block 1000 bytes search key of 12 bytes, pointer size 8 bytes. How many maximum records in DB file which can index by dense B+ tree of 2 levels?given ans ...
0 votes
0 answers
108
Deletion in B+ tree, unable to get the underflow condition when we deal with http://home.iitj.ac.in/~ramana/ch10-stHow grouping is done during underflow in B+, IN B we se...
0 votes
1 answer
109
0 votes
1 answer
110
0 votes
1 answer
111
please check this
0 votes
1 answer
112
Given key values 8,9,5,12,15,16,18,1,2 and using left biasing, which of the following btree is correct with order 3.
1 votes
1 answer
115
What is the maximum number of nodes and keys in a B-tree of order 10 of depth 3 (root at depth 0) ?
1 votes
1 answer
116
2 votes
1 answer
119
In the given B-Tree below , insert an index record with key 40 ? (order of b-tree is 4)ANSWER :PLEASE VERIFY ...
2 votes
2 answers
120
what is the difference between a "Block" and "Sector" in Hard disk ..??? Are they both same ???