InterviewSolution
Saved Bookmarks
| 1. |
A B+ tree can contain a maximum of 7 pointers in a node. What is the minimum number of keys in leaves?(a) 6(b) 3(c) 4(d) 7My question is based upon B-Trees in portion B-Trees of Data Structures & Algorithms IThis question was addressed to me during an internship interview. |
|
Answer» The correct option is (b) 3 |
|