home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!giaeb!s1110238
- From: s1110238@giaeb.cc.monash.edu.au (Lee Hollingworth)
- Subject: Re: Balancing Binary Search Trees
- Message-ID: <s1110238.712407833@giaeb>
- Sender: news@monu6.cc.monash.edu.au (Usenet system)
- Organization: Monash University, Melb., Australia.
- References: <1992Jul29.014821.2675@samba.oit.unc.edu>
- Date: Wed, 29 Jul 1992 11:03:53 GMT
- Lines: 28
-
- Alan.Tai@bbs.oit.unc.edu (Alan Tai) writes:
-
- >I currently have a binary search tree to store an alphabetized list of
- >words, but would like it to be optimized for speed of retrieval. Could
- >someone please post some example code for balancing binary trees, or
- >even suggest a book that might have this code. So far, I haven't come
- >across any texts that have this, though. Thanks!
-
- I would suggest you check out AVL trees, a couple of good texts are;
- Data Structures and Program Design in C
- Kruse, Leung, Tondo
- Prentice Hall
-
- Data Structures Using C
- Tenenbaum, Langsam, Augenstein
- Prentice Hall
-
- And if you have any Pascal to C experience, or just want to read an
- excellent commentary on AVL trees then I would suggest;
- Algorithms+Data Structures = Programs
- Wirth
- Prentice Hall
-
- If you would like an AVL tree C source file e-mail me...
-
- Lee Hollingworth
- s1110238@giaeb.cc.monash.edu.au
-
-