Project 3 data structure


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]

Posted by DarkTerritory on July 24, 1999 at 14:47:13:

The project spec says:


Write the following methods into your data structure :
...



By saying this, do you mean "These four functions must be available somewhere" or do you mean "These four functions must be members of the class Directory which was destribed above"?

For example, Build may be better suited as a member of the node class rather than the Directory class.

Is it intended that Directory be a derived class from Node or that it be a wrapper?

I guess my basic question is: "Is it ok to have whatever structure I want as long as it accomplishes the tasks described?"

-DT


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]