Java icon indicating copy to clipboard operation
Java copied to clipboard

[FEATURE REQUEST] <title>I want to add a Segmented Sieve

Open Shreya-1305 opened this issue 1 year ago • 1 comments

What would you like to Propose?

segmented sieve is algorithm which divides the range [0..n-1] in different segments and computes primes in all segments one by one .

Time Complexity : O(n) Auxiliary Space: O(n)

Issue details

Given a range [low, high], print all primes in this range? For example, if the given range is [10, 20], then output is 11, 13, 17, 19.

Additional Information

No response

Shreya-1305 avatar Oct 23 '24 04:10 Shreya-1305

@siriak can you please help me with the difficulty I am facing to create pull request. I have pushed my changes to the forked repository of mine. But the compare and pull request option is not showing me . How can i create a ull request ? Thankyou !

Shreya-1305 avatar Oct 24 '24 04:10 Shreya-1305

@Shreya-1305 is the issue you mentioned above is resolved?

Chiefpatwal avatar Nov 01 '24 17:11 Chiefpatwal

No I am not able to pass the checks of PR .

Shreya-1305 avatar Nov 01 '24 19:11 Shreya-1305

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

github-actions[bot] avatar Dec 04 '24 00:12 github-actions[bot]

Please reopen this issue once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

github-actions[bot] avatar Dec 13 '24 00:12 github-actions[bot]