Algorithms 101, Count Primes in JavaScript

added by JavaScript Kicks
10/29/2019 9:54:18 AM

427 Views

Noob v. Algorithms #17, the Sieve of Eratosthenes Before we get started on today's challenge, a word about prime numbers: They are, of course, numbers that are greater than one that are divisible only by themselves and one. If you're like me, you probably learned about them many times by the time you graduated from high school.


0 comments