Distributed GCD Algorithm

From CasGroup

Jump to: navigation, search
(Undo revision 925 by Jamesbruk (Talk))
Line 1: Line 1:
 +
=[http://utugijynure.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
The '''distributed GCD algorithm''' belongs to a special class of  
The '''distributed GCD algorithm''' belongs to a special class of  
[[Distributed Algorithm|distributed algorithms]] for mathematical operations.  
[[Distributed Algorithm|distributed algorithms]] for mathematical operations.  
Line 24: Line 25:
  Receive (int e)
  Receive (int e)
  {  
  {  
-
     if (e < z)  
+
     if (e &lt; z)  
     {
     {
       z = ((z-1)%e)+1);
       z = ((z-1)%e)+1);

Revision as of 08:28, 24 November 2010

Personal tools