-
-
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
Added euclidean_Algorithm for NumberTheory #1810
Added euclidean_Algorithm for NumberTheory #1810
Conversation
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.
update your code based on suggestions
@ajay-dhangar pls check and say if any further changes are needed. |
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 #1810 has been merged! 🎉🎉 |
📥 Pull Request
Description
This file provides a comprehensive and beginner-friendly guide to the Extended Euclidean Algorithm, explaining its definition, workings, and applications in number theory and competitive programming. It includes step-by-step explanations, code implementations in Python, C++, and Java, and practical examples to illustrate how to compute the greatest common divisor (GCD) and the coefficients that satisfy Bézout's identity. The document is structured with clear headings and mathematical expressions to enhance understanding, making it an essential resource for those interested in learning about this important algorithm.
Fixes #1795
Type of change
Checklist: