David Lim
2004-02-28 22:13:16 UTC
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?
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?