Sieving prime numbers with Eratosthenes
Sep 7, 2024 · 3 min read · 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...
Join discussion
