Posted by hussein on July 24, 1999 at 15:11:46:
In Reply to: Project 3 data structure posted by DarkTerritory on July 24, 1999 at 14:47:13:
1. you cant do anything that contradicts the spec
2. you have to use a general tree for storage and searching of the dir tree ...
3. you have to use OOP
in particular,
1. i would prefer if u implemented the functions as i suggested
2. build in Directory is probably more efficient - thats why i put it there
3. Directory is the data structure class ... Node is for internal use ... that is the only relationship ... a Directory is not a Node and vice versa ...
otherwise, its fairly flexible ...
---
hussein