Posted by J on July 24, 2000 at 22:30:07:
For the assignment, the question makes it sound like there is a class as follows:
private:
LL List; // circular list
Is this correct? If so, do we assume that LL is a structure or a class where we must use get and set functions?
Thanks.