Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 462 Bytes

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)