Discussion:
Project 3 LinkedList
(too old to reply)
David Lim
2004-02-28 22:13:16 UTC
Permalink
The project specifications say that we can use the LinkedList class in
our implementation. However, it seems that it would be easier to
implement it using a Sorted list, but the LinkedList class doesn't allow
for this. The SortedListAsLinkedList class does, so are we allowed to
use that?
David Lim
2004-02-28 23:32:31 UTC
Permalink
Oh yes, I'd appreciate it if we could, because I've already put
considerable time into writing a class using SortedListAsLinkedList
methods. :P
David Lim
2004-02-29 01:07:20 UTC
Permalink
Nevermind, just realized that SortedListAsLinkedList can't append so it
builds new lists really inefficiently.

Loading...