Description: Write a function to add two polynomials. Do not destroy the input.
Use a linked list implementation.
If the polynomials have M and N terms, respectively, what is
the time complexity of your program?
To Search:
File list (Check if you may need any files):
polynomials.c