Question: write two Java function to (add and evaluate), the polynomial(s) , the x value (for evaluate), and the result (new polynomial for the add operation,
write two Java function to (add and evaluate), the polynomial(s) , the x value (for evaluate), and the result (new polynomial for the add operation, final value for evaluate). The polynomial is represented as a doubly linked list with a header node.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
