Login
From:
coady.github.io
(Uncensored)
subscribe
Pythonicity - Primes
https://coady.github.io/posts/primes.html
links
backlinks
Tagged with:
interviews
Roast topics
Find topics
Find it!
An old interview challenge is to generate prime numbers or check if a number is prime. No advanced mathematics needed, just variants on the Sieve of Eratosthenes. Starting with a basic prime checker.