Skip to content

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