Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!bcm!convex!ssimmons From: ssimmons@convex.com (Steve Simmons) Newsgroups: comp.lang.c++ Subject: >>>>>btree source... Message-ID: Date: 5 Apr 91 13:55:37 GMT Sender: newsadm@convex.com (news access account) Organization: Convex Computer Corporation, Richardson, Tx. Lines: 11 Nntp-Posting-Host: pixel.convex.com 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