List Question
10 TechQA 2016-12-15 03:44:54Can anyone explain how this code works? GCD, Recursive, Euclidian algorithm
252 views
Asked by B Hok
Prove of Euclid's algorithm of successive subtraction for the greatest common divisor
101 views
Asked by alejandrobp
Is it possible to implement the extended euclidean algorithm with unsigned machine words?
635 views
Asked by BadZen
How we can find GCD(k + a, k + b) if we already know the GCD(a, b)?
304 views
Asked by Harshit Dubey
Time Complexity of Euclid Algorithm by Subtraction
766 views
Asked by sara112
Implement modInverse using Extended Euclid Algorithm in Java
182 views
Asked by swishy
Divide by zero, can't find the problem in this program which runs Euclid's algorithm to find the greatest common divisor
63 views
Asked by Bryan Griffin
Calculating euclidean distance in a matrix
110 views
Asked by Ivan Bonilla
Unnormalizing in Knuth's Algorithm D
472 views
Asked by beeclu
I want to get two numbers as input and calculate all the possible differences in Python
131 views
Asked by Manikandan Sambasivam