Design and implement a polynomial calculator with a dedicated graphical interface through which the user can enter polynomials, select the operation to be performed (i.e. addition, subtraction, ...
This project implements a Polynomial Calculator in C++ using Singly Linked Lists. It was built as part of a Data Structures assignment to practice dynamic memory management, linked list operations, ...