You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 !
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
The text was updated successfully, but these errors were encountered: