Posted by hussein on August 11, 1999 at 17:13:03:
In Reply to: search posted by Naveed on August 11, 1999 at 16:54:08:
: What do you mean by the search operation should start by reading the last node in the directory structure or the last visited node?
this presumes that u have done a post-order traversal of the tree and written the root node last ... then, since u have to start searching from the root, you must read in the last record in the file first ...
---
hussein