PYangDizzle/isPrime
checks if the number is prime. optimized with sieve of Eratosthene generation. If the number is larger than the sieve, the generation continues.
Java
No issues in this repository yet.
checks if the number is prime. optimized with sieve of Eratosthene generation. If the number is larger than the sieve, the generation continues.
Java
No issues in this repository yet.