Skip to content
#

polynomial-calculator

Here are 33 public repositories matching this topic...

Task is to design a polynomial calculator that can perform three basic operations on large polynomials: add, multiply, evaluate. Since number of terms in a polynomial can vary, we can borrow the idea of linked list to efficiently implement polynomials. Each polynomial must have the address of the first term and each term except the last term has…

  • Updated Aug 9, 2022
  • C++

Improve this page

Add a description, image, and links to the polynomial-calculator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polynomial-calculator topic, visit your repo's landing page and select "manage topics."

Learn more