Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
Improved readability and expansion of polynomial algos article#766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for the improvements and extensions. Merged it. Btw, since we talked about your style a couple of days ago. While the article is pretty cool, it is quite hard to understand for somebody without a decent math background (e.g. I would say even a large proportion of beginner CS students will have problems already with the first sentence, where you define a polynomial over a field F). Also the article is very dry, it's full of mathematical theorems, proofs or proof sketches, by why on earth would anybody ever want to compute the logarithm of a polynomial? Or any of the other operations. Not sure if it's possible to show the usefulness of the more complex polynomial operations like division, log, ... in a simple way, other than going over the generating functions approaches that you use for problems likehttps://www.codechef.com/MAY20A/problems/RNBWROAD |
Hi! I had some spare time, so I fixed style and some rendering mistakes which occured to lists within article. I also added some useful details to the article.