The calculator is coded in Java.
The polynomial calculator is implemented using linked lists. The calculator can perform addition, subtraction, multiplication and exponentiation of polynomials.
Screenshot of the calculator interface:
How to use the calculator: After cloning the repository, execute 'java Polynomial' in the command line to run the calculator program