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