Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Pollard's rho algorithm for logarithms: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 19:05, 15 October 2015
edit
142.254.29.241
(
talk
)
→
Algorithm
← Previous edit
Revision as of 19:07, 15 October 2015
edit
undo
142.254.29.241
(
talk
)
→
Example
Next edit →
Line 75:
for(int i = 1; i < n; ++i ) {
new_xab( x, a, b );
new_xab( X, A, B );
new_xab( X, A, B );
printf( "%3d %4d %3d %3d %4d %3d %3d\n", i, x, a, b, X, A, B );
if( x == X ) break;