home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6466 < prev    next >
Encoding:
Text File  |  1992-11-10  |  740 b   |  28 lines

  1. Newsgroups: comp.lang.pascal
  2. 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
  3. From: ctaylor@cs.uiuc.edu (Conrad W Taylor)
  4. Subject: Looking for B-Tree, AVL Tree, Print Routine...?
  5. Message-ID: <BxHM7H.10A@cs.uiuc.edu>
  6. Sender: news@cs.uiuc.edu
  7. Organization: University of Illinois at Urbana-Champaign
  8. Date: Tue, 10 Nov 1992 06:33:16 GMT
  9. Lines: 17
  10.  
  11.  
  12.          Could someone direct me to some code which would
  13. allow me to print out an AVL Tree like this:
  14.  
  15.              8
  16.           /    \
  17.          6      9
  18.       /    \     \
  19.      4     7     10
  20.  
  21. Thanks in advance to all reply to this post.
  22.  
  23. -Conrad
  24.  
  25. ps: The code can be in either Scheme or Lisp.
  26.  
  27.  
  28.