B-Tree Homework Assignment -

 

Due -AT THE BEGINNING OF CLASS ON MARCH 7, 2006 - LATE HOMEWORK WILL NOT BE ACCEPTED.

 

Use this solution to a previously assignment B-tree HW to assist you in completing this assignment!

 

 

1) Insert the following 15 values into a B-Tree of Order 3.

A    200

A    100

A    150

A    120

A    523

A    400

A    350

A    944

A    778

A    767

A    677

A    546

A    321

A    429

A    352

2) Delete the values from the B-Tree in problem 1) above in the same order that you inserted them in.