Skip to content

GroupO/PolynomialAdder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PolynomialAdder

In this assignment I was given the task to write a Polynomial class and support both addition and multiplication of two polynomials. The Polynomial class uses the custom LinkedList class in order to store information efficiently. I have also added support to simply a polynomial so you won't have multiple elements with the same exponent in a polynomial and I have also added a selection sort so exponents will be ordered from greatest to lowest.

I feel I have thoroughly commented the majority of the source code but feel free to contact me if you need help or whatever.

Notice to Students

This is all code that I have written for my homework assignments and have decided to release it as open source. I have purposely chosen one of the most permissive open source licenses in order to help others learn. I ask that you please do not use my code and call it your own, not because I don't want it stolen, but because if you managed to find my code, so can your professor or instructor. It might also imply that you need help with Java so I bid you good luck pulling off my code as your own.

My code is here to help you learn not to encourage cheating. By using any of my code, you accept that in no event shall I be held liable for any claim or liability due to the use or misuse of my code.

Notice to Professors

My sincerest apologies for ruining any of your assignments by posting a solution on the Internet. Look at the bright side, you now have a reference to see if your students are cheating and you can change assignments so you don't seem boring and repetitive to classes each semester!

I have not posted the exact assignment so there are no grounds for plagiarism. I have written all this code from the ground up meaning I have full copyright, therefore I can do whatever I want with it and I chose to release it as open source.

License

MIT

About

A homework assignment I that required me to parse polynomials and add/multiply them together

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors