简体   繁体   中英

What to do if a B+ tree key has too few outgoing pointers?

给定问题

I try to do this problem but stuck on the step where the key 100 has 2 outgoing pointers. With what I learn in class, for it to valid for this given problem, at least 3 outgoing pointer and 1 leaf node. I'm stuck please help me.

There is an image on the top of the post, the problem is in there

The root node is allowed to violate the B-tree condition. Otherwise you could never have a B-tree with < N/2 elements.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM