3
votes
Most efficient code for the first 10000 prime numbers?
GateKiller, how about adding a break to that i …
0
votes
Prime factors
This is probably not always faster but more optimistic about that you find a big prime divisor:
N is your number
If it is prime then return(N)
…
