Learning of Viru
This is my technical learning
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. :)
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
would you like it. :)