We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Sieve approaches are to find ALL primes not just check a if a single number is prime. You're solving a more complex problem so you can't be too surprised by a worse run time
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Time Complexity: Primality
You are viewing a single comment's thread. Return to all comments →
Sieve approaches are to find ALL primes not just check a if a single number is prime. You're solving a more complex problem so you can't be too surprised by a worse run time