Skip to content

Added Solution for Problem 3 in C++ #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TheFirstMe
Copy link

Solved #5

Copy link
Contributor

@IceCereal IceCereal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good and standard answer. Check if you can try to implement it using the Sieve of Eratosthenes idea. You could also look at eliminating the non-neighbors of 6.

@TheFirstMe
Copy link
Author

@IceCereal Isn't the Sieve of Eratosthenes used for getting prime numbers in a given range?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants