Discussion:
linked list clases for proj 3
(too old to reply)
j***@engmail.uwaterloo.ca
2004-02-27 22:23:38 UTC
Permalink
Hi, for project 3 the outline says to copy the linkedlist class from the
textbook website. What parts of the class are we allowed to copy? Are we
allowed to copy any of the methods, like purge, prepend, etc.? And also the
LinkedList.Element class ?

Thanks,
Jaya Sritharan


----------------------------------------
This mail sent through www.mywaterloo.ca
Igor Ivkovic
2004-02-29 23:34:06 UTC
Permalink
Post by j***@engmail.uwaterloo.ca
Hi, for project 3 the outline says to copy the linkedlist class from the
textbook website. What parts of the class are we allowed to copy? Are we
allowed to copy any of the methods, like purge, prepend, etc.? And also the
LinkedList.Element class ?
As stated in P3 Specifications, you may use any source code related to the
LinkedList class.

Note that you should not directly copy any code from the text without
understanding it first. Otherwise, using it and debugging it will be hard.

Igor
Post by j***@engmail.uwaterloo.ca
Thanks,
Jaya Sritharan
----------------------------------------
This mail sent through www.mywaterloo.ca
Loading...