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: 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 03:04, 16 August 2021
edit
24.177.15.135
(
talk
)
→
Java Code Sample
Tag
:
Reverted
← Previous edit
Revision as of 03:05, 16 August 2021
edit
undo
24.177.15.135
(
talk
)
→
Java code sample
Tag
:
Reverted
Next edit →
Line 166:
public static void main(String[] args) {
String n = "
8051
10403
" ; //test factoring
8051
10403
BigInteger num = new BigInteger(n) ;
Pollard_Methods pollM = new Pollard_Methods() ;