Introduction - If you have any usage issues, please Google them yourself
A brief answer to the question.
The operation of the 2 univariate polynomial in experiment
Problem description
Let Pn (x) and Qm (x) be two univariate polynomials, respectively. Try to write a program to realize the addition of a single polynomial.
Basic Requirements
The addition of one element polynomial based on the basic operation of linear table
An orderly chain list is needed to implement a linear table.