313 views
1 votes
1 votes
Leaf node of the tree always have only inherited atrribute.

State true or false.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
shruti goel asked Jan 26, 2016
356 views
What is the order of leaf node in the b+ tree
2 votes
2 votes
1 answer
2
radha gogia asked Dec 10, 2015
1,650 views
If I have n elements in the heap then why does the index of leaf nodes ranges from index ⌊n/2⌋+1 to index n ?
0 votes
0 votes
2 answers
3
sripo asked Dec 25, 2018
4,808 views
In a 3-array tree if internal nodes have exactly 3 children,the number of leaf nodes will be __ ?Does it vary for binary tree?What do you mean by internal nodes? Non roo...
6 votes
6 votes
1 answer
4
firki lama asked Jan 14, 2017
5,956 views
which formula should we use for calculating LEAF node in B+ tree?I. n*(K+r)+b<=block sizewhere n=no of keysk=key size,r=record pointer,b=block pointerII. (n-1)(K+r)+b<=bl...