I recently wrote a program which uses the a simple factorization approach ((x-1)| n , (x+1)|n when x^2 == 1 mod n , of course excluding trivial factors); given that this runs ~ O(n), is there an effective way to implement a sieve which does not rely on Gaussian elimination?
u/Expert-Wave7338 — 23 days ago