This repository is not active
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
checks if the number is prime. optimized with sieve of Eratosthene generation. If the number is larger than the sieve, the generation continues.
Java
This repository is not active