博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

B-树(作业)

Posted on 2009-11-14 00:44  little健健  阅读(315)  评论(0编辑  收藏  举报

a). Show the result of inserting the following keys into an initially empty 2-3 tree: 3, 1, 4, 5, 9, 2, 6, 8, 7, 0.

b). Show the result of deleting 0 and then 9 from the 2-3 tree created in part (a).

 

a)


 

b)