Skip to content

An implementation of polynomials and its related functions in C++ using linked lists

Notifications You must be signed in to change notification settings

tejas-jambhale/Optimized-Matrix-Multiplication-using-Linked-Lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

polynomialpython

An implementation of polynomials and its related functions in C++ using linked lists

This project was created for my DSA Class in College

It is an implementation of polynomial manipulations and various functions using linked lists.

A structure has been used to create linked list node for the polynomial elements and switch case is used to call desired function

About

An implementation of polynomials and its related functions in C++ using linked lists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages