Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 341 Bytes

File metadata and controls

5 lines (4 loc) · 341 Bytes

Java-Polynomial-Project

Java project created to perform operations on polynomials including addition, subtraction, and multiplication. Polynomials are implemented as arrays and hashmaps in two distinct classes.

Tests are done on the classes using JUnit. All classes are heavily documented with pre and post conditions for all methods.