InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is false?(a) A B+ -tree grows downwards(b) A B+ -tree is balanced(c) In a B+ -tree, the sibling pointers allow sequential searching(d) B+ -tree is shallower than B-treeMy enquiry is from B-Trees in chapter B-Trees of Data Structures & Algorithms IThe question was posed to me during an online exam. |
|
Answer» The CORRECT answer is (a) A B+ -tree grows downwards |
|