Re: Simple integer factorization algorithm
- From: rossum <rossum48@xxxxxxxxxxxx>
- Date: Sat, 29 Nov 2008 17:57:03 +0000
On Sat, 29 Nov 2008 08:46:44 -0800 (PST), JSH <jstevh@xxxxxxxxx>
wrote:
The discussion is moving. Besides, it's useless to put up code thatMy code was general testing code, not specific to your algorithm.
is NOT for the algorithm that is current.
Look at the method jshFactor:
/** Runs the JSH Factorisation algorithm */
static Tuple2<Integer, Integer> jshFactor(int num) {
// Dummy return
return new Tuple2(num, 1);
} // end jshFactor
It is just a stub which could equally well be replaced by any other
factoring algorithm.
rossum
.
- References:
- Simple integer factorization algorithm
- From: JSH
- Re: Simple integer factorization algorithm
- From: Joshua Cranmer
- Re: Simple integer factorization algorithm
- From: JSH
- Re: Simple integer factorization algorithm
- From: rossum
- Re: Simple integer factorization algorithm
- From: JSH
- Simple integer factorization algorithm
- Prev by Date: Re: Quirk with generics
- Next by Date: Re: Replace synchronized with AtomicInteger: does this work?
- Previous by thread: Re: Simple integer factorization algorithm
- Next by thread: Re: Simple integer factorization algorithm
- Index(es):