Wednesday, 26 March 2014

JAVA COLLECTIONS FRAMWORK.

Using an array as described on page 310, problem, implement an ADT List Structure, pages 204-209 & 242, which will support a single polynomial as described in project 2.

DO NOT USE any aspect of the JAVA COLLECTIONS FRAMWORK.
Use the ADT LIST Structure to input a single polynomial and print it. Do not implement more that one polynomial at once and do not implement the addition nor subtraction functions.

Extra credit: Implement the ability to input two polynomials, add/ subtract them, store and print the resulting polynomial. BE SURE TO CLEARLY MARK THE EXTRA CREDIT WORK/

No comments:

Post a Comment