python-ds icon indicating copy to clipboard operation
python-ds copied to clipboard

Finding prime number upto a certain range by sieve of eratosthenes

Open harshlohia11 opened this issue 5 years ago • 0 comments

Description

Please include a summary of the change and which issue is fixed or what question/feature you have added.

Fixes # (issue)

A algorithm to reduce time complexity. Finding prime number upto a certain range by sieve of eratosthenes

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature/question
  • [x] This change requires a documentation update
  • [ ] Bookmark link

Checklist:

  • [x] My code follows the style guidelines of this project i.e. Pep8
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] Any dependent changes have been merged and published in downstream modules
  • [x] I have squashed unnecessary commits

harshlohia11 avatar Sep 13 '20 12:09 harshlohia11