C Code Implement Polynomial Class Polynomial Addition Subtraction Multiplication Want Writ Q37107531

In c++;

I have a some code which implement a polynomial class withpolynomial addition, subtraction and multiplication.

I want to write this code in linked list. Also, I wantuser to input directly the function like 3x^2-2x-4. Also, I wantAll the specification listed below and program of dynamic arraystoo.

Design and implement a class whose objects representpolynomials. The polynomial anxn+a nāˆ’1 x nāˆ’1+ā€¦+a0 will beimplemented as a linked list. Each node will contain an int valuefor the power of x and an int value for the correspondingcoefficient. The class operations should include addition,subtraction, multiplication, and evaluation of a polynomial.Overload the operators +, āˆ’, and

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.