home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- 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, Print Routine...?
- Message-ID: <BxHM7H.10A@cs.uiuc.edu>
- Sender: news@cs.uiuc.edu
- Organization: University of Illinois at Urbana-Champaign
- Date: Tue, 10 Nov 1992 06:33:16 GMT
- Lines: 17
-
-
- Could someone direct me to some code which would
- allow me to print out an AVL Tree like this:
-
- 8
- / \
- 6 9
- / \ \
- 4 7 10
-
- Thanks in advance to all reply to this post.
-
- -Conrad
-
- ps: The code can be in either Scheme or Lisp.
-
-
-