-
-
Notifications
You must be signed in to change notification settings - Fork 212
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polynomial Multiplication Using Linked Lists #1601
Conversation
Create Polynomial_multiplication.cpp
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible.). If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need only .md file so, can you write your code in markdown file for our docs
Create Polynomial_multiplication.md
@ajay-dhangar Made the necessary changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need only .md
files and they must be in the docs
folder. Please remove any other files, such as .cpp
files.
@ajay-dhangar Updated it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update your code based on suggestions
Update Polynomial_multiplication.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
🎉🎉 Thank you for your contribution! Your PR #1601 has been merged! 🎉🎉 |
📥 Pull Request
Description
This pull request introduces a new feature that implements Polynomial Multiplication using a linked list data structure. The implementation allows users to define polynomials by specifying terms with coefficients and exponents, and then multiply two polynomials together, returning the resulting polynomial. This feature enhances the functionality of polynomial operations in the project.
The motivation behind this change is to provide a flexible and efficient way to handle polynomial calculations, making it easier for users to work with mathematical expressions programmatically.
Fixes #1546
Type of change
Checklist:
Test Cases: