/PolynomialDivideCPP

Implement algorithm of divide operator of polynomial in C++.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Polynomial Divide Algorithm CPP

Implement algorithm of divide operator of polynomial in C++.

Using

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./Polynomial

Authors

  • Maximilian Edison (@MaxianEdison)
  • Max Base (@BaseMax)
  • Ghasem Ramezani (@another_ghasem)