Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!convex!ssimmons From: ssimmons@convex.com (Steve Simmons) Newsgroups: comp.lang.c++ Subject: C - AVL tree... Message-ID: Date: 8 Mar 91 16:23:50 GMT Sender: news@convex.com (news access account) Organization: Convex Computer Corporation, Richardson, Tx. Lines: 13 Nntp-Posting-Host: pixel.convex.com Anyone looking for a decent set of code to build a binary AVL tree can grab the Dr. Dobb's Journal, August 1986 issue. The article is written by Allen Holub. He did a fairly nice job of writing it in C. Many improvements can be made using C++, like using a virtual class to pass a compare function. It took me about a day to rewrite the code... Thank you. Steve Simmons