Embed presentation
Download to read offline

The document outlines the requirements for a Java program that adds polynomial numbers using a linked list, sourced from a file. It specifies that polynomials should be stored in descending order and traversed after inserting term nodes. The design includes a Polynomial class with a reference to a Term class, which contains integer coefficients, exponents, and methods for construction and formatting.
