Algorithms
Algorithms copied to clipboard
[Algo] Euclidean GCD [C++]
Add division-based, recursive and extended Euclidean Algorithm using C++.
I am on it!
what do you mean by division based? Euclidian gcd always works on division lemma . Do you mean something else?
Go through the source code
On Mon 1 Oct, 2018, 11:16 AM RohanGoyal2014, [email protected] wrote:
what do you mean by division based? Euclidian gcd always works on division lemma . Do you mean something else?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NITSkmOS/Algorithms/issues/16#issuecomment-425795638, or mute the thread https://github.com/notifications/unsubscribe-auth/AZKNlQSxJ-8ZWaS3jsBWmdWSXrQ_c_fUks5ugawegaJpZM4XAq-Z .
Above pr lacks extended euclidean analysis.
#109 Closes https://github.com/NITSkmOS/Algorithms/issues/16
@RohanGoyal2014 I have sent you an invitation. Accept it and ping on https://gitter.im/NITSkmOS/algo for your PR. Also, fix the commented issue in your PR.
Fixed. Please look into it.
Can i work on it??
On it !!
@sangamcse if this issue is open, Assign this to me