javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Improved performances of trialDivision algorithm in primality test

Open arguiot opened this issue 4 years ago • 0 comments

I improved the performances of trialDivision by performing fewer checks, while still using the same overall idea of the algorithm.

arguiot avatar Oct 05 '21 17:10 arguiot