Recent questions tagged b-tree

1 1 vote
1 1 answer
172
172 views
Consider $B^{+}$tree in which the maximum number of keys in a node is $5$. What is the minimum number of keys in any non-root node?$1$$2$$3$$4$
2 2 votes
1 1 answer
664
664 views
In a relational database, a $\mathrm{B}+$ Tree Index is to be constructed for a relation on a key field. In a $\text{B+}$ Tree, a Node Pointer points to a sub-tree and a ...
2 2 votes
2 2 answers
634
634 views
Consider a B+ Tree where the maximum number of key values in each leaf node is $2$ and the maximum number of pointers in each non-leaf node is $3$. Let the content of the...
0 0 votes
0 0 answers
381
381 views
In B tree if they asked for max or min no of keys then we will going to add all keys right But in B+ tree if they asked keys for like height 5 and ordr 4 then we will goi...
3 3 votes
1 1 answer
584
584 views
Which of the following trees are height balanced?Binary Search TreeAVL TreeRed-Black TreeB TreeChoose the correct answer from the options given below:$\text{I}$ and $\tex...
2 2 votes
1 1 answer
525
525 views
Which of the following description(s) is/are true:Red Black Tree - Guarantees worst case of $\mathrm{O}(\log \mathrm{n})$ time for search, insert \& delete.Trie - Used fo...
1 1 vote
1 1 answer
380
380 views
$2-3-4$ trees are $\text{B}$ - trees of order $4$. They are isometric of ________ trees.AVLAA$2-3$Red-Black
2 2 votes
1 1 answer
405
405 views
Which of the following is/are NOT CORRECT statement?The first record in each block of the data file is known as actor record.Dense index has index entries for every searc...
0 0 votes
1 1 answer
200
200 views
What is a key advantage of $\text{B} +$ trees over $\text{B} - $ trees?$\mathrm{B}+$ trees allow multiple key values per node$\mathrm{B}+$ trees use more disk space$\math...
29 29 votes
6 6 answers
13.8k
13.8k views
In a $\mathrm{B}^{+}$- tree where each node can hold at most four key values, a root to leaf path consists of the following nodes:\[\mathrm{A}=(49,77,83,-), \mathrm{B}=(7...