项目作者: stefanostsolos

项目描述 :
A polynomial class implementation in the form of sorted linked list. Supporting addition, subtraction and multiplication between polynomials
高级语言: C++
项目地址: git://github.com/stefanostsolos/Polynomial.git
创建时间: 2019-10-11T14:08:45Z
项目社区:https://github.com/stefanostsolos/Polynomial

开源协议:MIT License

下载


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.