srbcheema1 / Algo_Ds

Repository for cool algorithms and Datastructures
181 stars 305 forks source link

Added Implementation of Linked List- Polynomial #366

Closed prokan468 closed 1 year ago

prokan468 commented 1 year ago

This is an implementation of Linked list which performs functions on polynomial using Linked List. The functions include Multiplication, Subtraction and Addition.