Introduction - If you have any usage issues, please Google them yourself
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?