-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check prime with and without recursion in java #1417
Conversation
Solving the question Prime Number with iteration as well as recursion HarshCasper#1372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ErzaTitania-2001 Add sample input-output, space and time complexity. Also, update the README file.
Okay!
I'm working on it.
I need to add sample input and output cases as the comment lines in he
program?
…On Wed, 2 Dec, 2020, 11:53 AM Rajiv Singh, ***@***.***> wrote:
***@***.**** requested changes on this pull request.
@ErzaTitania-2001 <https://github.com/ErzaTitania-2001> Add sample
input-output, space and time complexity. Also, update the README file.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1417 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJCY2D3N54R5YML4KAV4XDSSXMNDANCNFSM4UKAE37Q>
.
|
@ErzaTitania-2001 Yes. Also, you can refer to other programs for reference. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ErzaTitania-2001 Add your program links in Java/README.md
.
Oh. I'm so sorry. I'll remove my commit for Contributors.md right now.
…On Wed, 2 Dec, 2020, 1:51 PM Rajiv Singh, ***@***.***> wrote:
***@***.**** requested changes on this pull request.
@ErzaTitania-2001 <https://github.com/ErzaTitania-2001> Add your program
links in Java/README.md.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1417 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJCY2CN6I7NAX3N5PUIS5LSSX2HTANCNFSM4UKAE37Q>
.
|
Review the changes and if required do suggest more! @iamrajiv @atarax665 |
@all-contributors please add @ErzaTitania-2001 for code |
I've put up a pull request to add @ErzaTitania-2001! 🎉 |
Solving the question Prime Number with iteration as well as recursion #1372
Have you read the Contributing Guidelines on Pull Requests?
Yes
Checklist
README.md
and link to my code.Related Issues or Pull Requests
Prime Number #1372