Question
Consider a 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?ÂSolution
Assuming order of B+ tree as p, maximum number of keys will be (p – 1). As it is given that, p – 1 = 5 => p = 6 Therefore, minimum number of keys: ceil(p/2) – 1 = 2 Â
Which of the following letters will be 6th letter from the left end if the letters at even positions are replaced by succeeding letter as per...
What is the Java development environment?
- How many such pairs of letters are there in the word ‘RAINBOW’ that maintain the same letter gap as in the English alphabetical series (both forward an...
In the word ‘ALPHABETICAL’, if all the vowels are replaced by their second succeeding alphabet and all the consonants are replaced by their immediat...
If all the digits of the number 36722747328 are arranged in descending order from the left end, then which digit is third to the left of fourth digit f...
If in the number 635729483, 1 is added to first four digit of the number and 1 is subtracted from last five digits of the number and then arranged in d...
If all the prime digits of the number 7588954867 are written first (in increasing order) followed by even digits(in increasing order) and then odd digi...
- How many pairs of letters are there in the word "ASTROLOGER" which has as many letters between them in the words as in English alphabetical series (only in...
If the number ‘64893875’, One is subtracted in odd digit and one is added in even digit of the number then numbers are arranged in ascending order f...
How many pairs of digits are there in the number '759843824', which has as many digits between them in the number (both forward and backward) as in the...