C Want Modify Code Linked List Please Read Specification First Also Want User Input Whole Q37132315

In c++;

I want to modify this code into linked list. and Please Read thespecification first also I want user to input whole function notjust numbers.

I have a dynamic arrays code which implement apolynomial class with polynomial addition, subtraction andmultiplication.

I want to write this code in linked list. All thespecification 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,

OR
OR

Leave a Comment

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