javascript-algorithms
javascript-algorithms copied to clipboard
Improved performances of trialDivision algorithm in primality test
I improved the performances of trialDivision by performing fewer checks, while still using the same overall idea of the algorithm.