Learning of Viru
This is my technical learning
(Move to ...)
Technical
C++
DesignPattern
Desikudi
Algorithm in C++
trac
▼
Algo1 : Greatest Common Devisior
EuclidGCD(m,n){
while(n mod m){
r=n mod m;
n=m;
r=n;
}
return m;
}
upper bound iteration = log3/2(m+n)
No comments:
Post a Comment
would you like it. :)
‹
›
Home
View web version
No comments:
Post a Comment
would you like it. :)