CSC 344 - Algorithms and Complexity

Dr R. M. Siegfried

Assignment #5 - Creating an AVL Tree, a 2-3 tree and a B-tree

Due Monday, February 27, 2017

Using the following numbers, create an AVL tree, 2-3 tree and a B-tree of order 5:

88 27 99 25 89 13 23 41 87 53 39 37 13 84 47 4 55 62 35 60

[Back to the Assignments Page]