Naimul Haquenaimulcsx.hashnode.dev·Aug 30, 2019Sieve of Eratosthenes: Algorithm to Generate Prime NumbersIn the last article about prime numbers, I discussed about different types of primality test and Trial division method to verify if a number is a prime. If you haven’t read that yet, here is the article, Prime numbers and basic primality test. In thi...Mathematics
Naimul Haquenaimulcsx.hashnode.dev·Aug 14, 2019Prime Numbers and Primality TestsPrime numbers play a crucial role in various fields of mathematics and computer science. They are the building blocks of the number system, used extensively in cryptography, number theory, and other applications. Determining whether a number is prime...26 readsPrime numbers