Sieving prime numbers with Eratosthenes
LeetCode problem: 204. Count Primes
This was one of the interesting problems I came across in my first week of re-learning algorithms. It may seem straightforward at first, but finding an optimized solution was quite challenging for me. In this arti...
dkhien.hashnode.dev3 min read