/add-two-polynomials-linked-list

Given two polynomial numbers represented by a linked list. Write a function that add these lists means add the coefficients who have same variable powers.

Primary LanguageC++

This repository is not active