thealifaisal / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.


Languages

Language:C++ 100.0%