codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
204 stars 163 forks source link

First commit of Sieve #195

Closed Ankitr19 closed 6 years ago

Ankitr19 commented 6 years ago

Thank you for your contribution. Please provide the details requested below.

194

Please provide a link to the issue this pull request addresses.

SHORT DESCRIPTION

I have added this algorithm, this code finds the prime numbers between 1 to n.

TESTING

The code, asks for an integer 'n', which the user should give as input. After execution, the codes print all the prime numbers between '1' to 'n'.

Ankitr19 commented 6 years ago

Hey prateek I want a help, what is the change you need in the PR #202

https://mailtrack.io/ Sent with Mailtrack https://chrome.google.com/webstore/detail/mailtrack-for-gmail-inbox/ndnaehgpjlnokgebbaldlmgkapkpjkkb?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality

On Thu, Dec 14, 2017 at 8:58 AM, Prateek Chanda notifications@github.com wrote:

@prateekiiest requested changes on this pull request.

make the readme look more descriptive

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/codeIIEST/Algorithms/pull/195#pullrequestreview-83389216, or mute the thread https://github.com/notifications/unsubscribe-auth/AXfyuUcmrOhA79nGDSnV19yvgcbvO2dIks5tAJXUgaJpZM4RAhdc .

-- Ankit Raj Electronics and Communication Engineering NIT Agartala 8414846511

prateekiiest commented 6 years ago

see #202

prateekiiest commented 6 years ago

any updates ?

Ankitr19 commented 6 years ago

Amm...Prateek close this pull request, since I have send you another pull request containing this algorithm and also another which you have already merged.