[comp.lang.c++] >>>>>btree source...

ssimmons@convex.com (Steve Simmons) (04/05/91)

A good place to go for BTREE source is the Allen Holub article 
in Dr Dobb's Journal, August 1986... It contains the c-code
for a binary AVL tree.  It takes about one day to copy it 
from the article and debug it... In fact, you may wish to 
use virtual functions in the cases where he passes in a
routine explictly.... 

Thank you. 

					Steve Simmons