📝 Question
#1694
B-link tree requires a pointer to its __________ sibling.
✓
Correct Answer
C. Right
💡
Explanation
This pointer is required because a lookup that occurs while a node is being split may have to search not only that node but also that node’s right sibling.
⌨️ Press
A
B
C
D
to select