Skip to content

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

License

Notifications You must be signed in to change notification settings

BaseMax/PolynomialDivideCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)