Skip to content

Used Java to create a program that would take numbers from the user and create a polynomial ordered in ascending order by exponent and stored in a linked list. The program would also perform such operations as addition and multiplication of two different polynomials and contains a copy constructor.

Notifications You must be signed in to change notification settings

charlesdking/POLYNOMIAL-MANIPULATION-PROGRAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

POLYNOMIAL-MANIPULATION-PROGRAM

Used Java to create a program that would take numbers from the user and create a polynomial ordered in ascending order by exponent and stored in a linked list. The program would also perform such operations as addition and multiplication of two different polynomials and contains a copy constructor.

About

Used Java to create a program that would take numbers from the user and create a polynomial ordered in ascending order by exponent and stored in a linked list. The program would also perform such operations as addition and multiplication of two different polynomials and contains a copy constructor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages