Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么 2-3 树中的插入和删除操作总是具有 O(logn) 的复杂度,有数学证明吗?
+ 1
2-3 tree
= (2^(+1)) − 1
+ 1 = log( + 1)
log