[comp.lang.c++] C - AVL tree...

ssimmons@convex.com (Steve Simmons) (03/09/91)

	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