psaikko / polynomial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polynomial

Solution for an interview assignment to create a C++ class for univariate polynomials.

Requirements

  • Constructing a polynomial from coefficients,
  • Addition, subtraction, and multiplication using operators + - *
  • Differentiation
  • Formatted output to a stream

Additional features

  • Unit testing with Catch2
  • Templated implementation supporting different coefficient types

About


Languages

Language:C++ 100.0%Language:Makefile 0.0%