Skip to content

A polynomial class implementation in the form of sorted linked list. Supporting addition, subtraction and multiplication between polynomials

License

Notifications You must be signed in to change notification settings

stefanostsolos/Polynomial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Polynomial

A polynomial class implementation in the form of sorted linked list.

Supporting addition and multiplication between polynomials

User can enter terms for two polynomials, P(x) and Q(x), and the program will print the outcome of their addition and multiplication. The evaluation of a certain value of the polynomial (e.g. P(1)) is also possible.

About

A polynomial class implementation in the form of sorted linked list. Supporting addition, subtraction and multiplication between polynomials

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages