devxlogo

June 7, 2008

Taming Trees: B-Trees

he previous article in this series on trees showed how to build a sorted binary tree. Inserting and locating items in a sorted tree is relatively quick and easy, so