Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bug in range sieve when left boundry is 0 #1471

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 1 commit into
base: main
Choose a base branch
from

Conversation

nartherion
Copy link

In case when L = 0 and R > 0, algorithm will return 0 and 1 as primes.

In case when `L = 0` and `R > 0`, algorithm will say that 0 and 1 are primes.

Index initialization improvement
@mhayter
Copy link
Contributor

mhayter commented Jun 21, 2025

It's true. That 0 as left boundary does label 0 and 1 as primes I'm suspicious of the changing of bounds. Has your code been tested on problems elsewhere? We probably should write some tests to make sure this works and will work in the future.

@mhayter mhayter added the bug label Jun 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants