home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / pascal / 6753 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  787 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!cl2.cl.uh.edu!csci19dc
  2. From: csci19dc@cl2.cl.uh.edu (461577198 PAREKH, SOHAIL)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: Saving/Reading BinaryTrees.
  5. Date: 20 Nov 1992 02:06 CST
  6. Organization: University of Houston - Clear Lake
  7. Lines: 7
  8. Distribution: world
  9. Message-ID: <20NOV199202064894@cl2.cl.uh.edu>
  10. References: <1egndqINNl2u@usenet.INS.CWRU.Edu>
  11. Reply-To: CSCI19DC@cl.uh.edu
  12. NNTP-Posting-Host: uhcl2.cl.uh.edu
  13. News-Software: VAX/VMS VNEWS 1.4-b1  
  14.  
  15. In article <1egndqINNl2u@usenet.INS.CWRU.Edu>, br707@cleveland.Freenet.Edu (Mike L. Melamed) writes...
  16. >Does anyone know how to save and then restore a binary tree from a disk?
  17.  
  18. After creation, write it out in PreOrder, starting with the root.
  19. To read it back in..InOrder.
  20.  
  21.