-
Notifications
You must be signed in to change notification settings - Fork 302
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
Add gitter badge #159
Labels
Comments
sangamcse
added a commit
to sangamcse/Algorithms
that referenced
this issue
Oct 2, 2018
Add community communication channel. Closes NITSkmOS#159
sangamcse
added a commit
that referenced
this issue
Oct 2, 2018
Add community communication channel. Closes #159
thekaleidoscope
added a commit
to thekaleidoscope/Algorithms
that referenced
this issue
Oct 2, 2018
This adds Extended Euclidean Algorithm with Python implementation of the same. This implementation uses iterative method of the algorithm, takes two values and gives out the gcd along with the polynomial equation to get inverse directly if the gcd is 1. Code uses generic notations and naming standard used in documentation along with that found in Wikipedia. Closes NITSkmOS#3 NITSkmOS#159
thekaleidoscope
added a commit
to thekaleidoscope/Algorithms
that referenced
this issue
Oct 2, 2018
This adds Extended Euclidean Algorithm with Python implementation of the same. This implementation uses iterative method of the algorithm, takes two values and gives out the gcd along with the polynomial equation to get inverse directly if the gcd is 1. Code uses generic notations and naming standard used in documentation along with that found in Wikipedia. Closes NITSkmOS#3 NITSkmOS#159
7 tasks
sangamcse
pushed a commit
to thekaleidoscope/Algorithms
that referenced
this issue
Oct 2, 2018
This adds Extended Euclidean Algorithm with Python implementation of the same. This implementation uses iterative method of the algorithm, takes two values and gives out the gcd along with the polynomial equation to get inverse directly if the gcd is 1. Code uses generic notations and naming standard used in documentation along with that found in Wikipedia. Closes NITSkmOS#3 NITSkmOS#159
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add badge in README
The text was updated successfully, but these errors were encountered: