i going through algorithm insert keys in b+ tree based indexing scheme. suppose tree empty, , values inserted in order are- 73,108,100,120,125,105. proceeded follows- insert 73
insert 108
insert 100
insert 120
insert 125
according professor, insertion should result in like- (120 linked 125, , no key value of 125 in level above, in case image's not clear)
insert 105 got confused. having 3 different results, depending on whether follow professor's algo,follow instinct, or follow online simulation tool animates insertions in b+ tree)
online tool's soln-
can guide me , tell me of above solutions is/are correct ?
Comments
Post a Comment