TRAVERSE

Since a B-Tree is a search tree, it still has the property that an inorder traversal constitutes a sort of the data.

Here is a method which should perform an inorder traversal of a B-Tree, and print out the data in sorted order.

NEXT BACK