home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16192 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  725 b 

  1. Path: sparky!uunet!iWarp.intel.com|ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!rr2p+
  2. From: rickr+@CMU.EDU (Richard Dale Romero)
  3. Newsgroups: comp.lang.c
  4. Subject: Printing out trees
  5. Message-ID: <gezTJc_00VQsAo9Vpl@andrew.cmu.edu>
  6. Date: 8 Nov 92 19:21:44 GMT
  7. Article-I.D.: andrew.gezTJc_00VQsAo9Vpl
  8. Organization: Applications Software, Carnegie Mellon, Pittsburgh, PA
  9. Lines: 8
  10.  
  11. Does anyone have code for printing out arbitrary binary trees,
  12. ie, not necessarily full, can have 0, 1 or 2 children?
  13.  
  14. Any sort of method or strategy would be nice, doesn't even
  15. really have to be code.  I'm just stumped for a nice, efficient
  16. way to do it--everything I've tried has been ugly.
  17.  
  18. -rick
  19.