Skip to content

Conversation

@hs2361
Copy link
Contributor

@hs2361 hs2361 commented Dec 22, 2019

This is to address issue #180
This is a visualization of the Sieve of Eratosthenes algorithm for finding prime numbers below any natural number 'n'.

@pep8speaks
Copy link

pep8speaks commented Dec 22, 2019

Hello @hs2361! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 139:31: E114 indentation is not a multiple of four (comment)
Line 139:31: E117 over-indented (comment)

Comment last updated at 2019-12-29 07:46:05 UTC
Copy link
Owner

@prateekiiest prateekiiest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Show me your code output

Copy link
Contributor Author

@hs2361 hs2361 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will make the necessary changes, and re-submit this PR

@prateekiiest
Copy link
Owner

make the changes in this PR only, by pushing more commits here

Copy link
Contributor Author

@hs2361 hs2361 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made the necessary changes

@prateekiiest
Copy link
Owner

Please post an output of the code here

@hs2361
Copy link
Contributor Author

hs2361 commented Jan 2, 2020

  1. image

  2. The program actually produces an animation of highlighting all the cells, but here I am only uploading a screenshot.
    image

  3. image

@prateekiiest
Copy link
Owner

Looks good!
Thanks for the contribution @hs2361 🎉 🎉 .
Feel free to add yourself under the contributor list

@prateekiiest prateekiiest merged commit 28ade47 into prateekiiest:master Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants