home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c:16297 comp.lang.c++:16060
- Newsgroups: comp.lang.c,comp.lang.c++
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!ames!agate!usenet.ins.cwru.edu!wsu-cs!vela!cs.uiuc.edu!sparc0b!ctaylor
- From: ctaylor@cs.uiuc.edu (Conrad W Taylor)
- Subject: Looking for B-Tree, AVL Tree, & Printing routine...???
- Message-ID: <BxHMCA.11A@cs.uiuc.edu>
- Sender: news@cs.uiuc.edu
- Organization: University of Illinois at Urbana-Champaign
- Date: Tue, 10 Nov 1992 06:36:09 GMT
- Lines: 29
-
-
- Subject: Data structure code/B-Tree/AVL TREE...???
-
- Could someone/anyone direct me to an ftp site
- which has standard/common data structure code for a
- balanced B-Tree and an AVL Tree? Also, I'm looking for
- data structure code for doubly linked circular lists
- that are to be used for integers. Thanks in advance to
- all reply to this post.
-
- -Conrad
-
- ps: If you can also locate a routine that prints out
- an binary/AVL Tree like this
-
- 8
- / \
- 6 9
- / \ / \
- 4 7 nil 10
-
- would be off great service because having the root of
- the tree at the left margin so that the tree blooms
- to the right doesn't work for me. Also, I would like
- to store at most 10 elemnents in each node of the B-Tree
- and do the balancing as if it were an AVL Tree.
-
-
-
-