Skip to content
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

Implemented Sieve of Eratosthenes snippet in c++ #213

Closed
wants to merge 0 commits into from

Conversation

dibyam-jalan27
Copy link

Description

Type of Change

  • ✨ New snippet
  • πŸ›  Improvement to an existing snippet
  • 🐞 Bug fix
  • πŸ“– Documentation update
  • πŸ”§ Other (please describe):

Checklist

  • I have tested my code and verified it works as expected.
  • My code follows the style and contribution guidelines of this project.
  • Comments are added where necessary for clarity.
  • Documentation has been updated (if applicable).
  • There are no new warnings or errors from my changes.

Related Issues

Closes #

Additional Context

Screenshots (Optional)

Click to view screenshots

Copy link
Collaborator

@Mathys-Gasnier Mathys-Gasnier left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution, Could you please merge main to your PR to remove the /public/consolidated folder & changes ? Also I left a comment on your snippet, please address it before we move on

snippets/cpp/math-and-numbers/sieve-of-eratosthenes.md Outdated Show resolved Hide resolved
@dibyam-jalan27
Copy link
Author

Thanks for your contribution, Could you please merge main to your PR to remove the /public/consolidated folder & changes ? Also I left a comment on your snippet, please address it before we move on

how to do that?

@majvax
Copy link
Collaborator

majvax commented Jan 9, 2025

Hello. As you main branch is 20 commit behind the project's main branch, it didn't change anything.
You should merge dostonnabotov/quicksnip:main to your main branch

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