|
Linked Numeric Linear List Implementation
|
|
|
|
The Linked Numeric Linear List Implementation
assignment requires you to implement the NumericLinearListADT interface using a linked representation, working by analogy with the given linked implementation of the StringLinearListADT interface (see StringLinearList in the datatypes.list.string.linked package).
The demo should produce the same output as the SequentialNumericLinearListTest program.
- The code that you write must be analogous to that given for the linked implementation of the string linear list abstract data type.
- The test program that you write must be identical to the SequentialNumericLinearListTest program with two exceptions: (1) it will be called LinkedNumericLinearListTest, and (2) the import statement datatypes.list.numeric.sequential will be replaced by datatypes.list.numeric.linked.
- Where will the implementation be packaged?
- What are some changes that you will have to be made in converting, by analogy, the linked string linear list ADT implementation to the linked numeric linear list ADT implementation?
- Are you doing anything creative in this assignment? On a scale of 1 to 10 (1 being low creativity, 10 being high creativity), how do you rate your creative contribution to this assighment?