-->
当前位置:首页 > 题库

单选题:Insertion of B+ Tree

Luz4年前 (2022-06-30)题库704
To perform Insert on a B+ tree of order M, a node with M+1 keys will be split into 2 nodes.
After inserting $$1, 2, 3, ... , 9, 10$$ consequentially into an initially empty B+ tree of order 3, how many split operations have occurred in total?



A.2
B.3
C.4
D.5


答案:D