Pollard's rho algorithm: Difference between revisions

Content deleted Content added
Tag: Reverted
Tag: Reverted
Line 166:
public static void main(String[] args) {
String n = "805110403" ; //test factoring 805110403
BigInteger num = new BigInteger(n) ;
Pollard_Methods pollM = new Pollard_Methods() ;