Skip to content
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

Prime Number #1372

Closed
atarax665 opened this issue Oct 23, 2020 · 10 comments
Closed

Prime Number #1372

atarax665 opened this issue Oct 23, 2020 · 10 comments

Comments

@atarax665
Copy link
Contributor

💥 Proposal

Check if a given number is a Prime Number or not.
e.g :

Input : 
Enter a number : 13
Output : 
13 is a Prime Number.

Note - Add both iterative and recursive approach.

Do read the Contributing Guidelines on Pull Requests.

Languages Supported :

  • C :
  • CPP :
  • Python :
  • Java :
  • JavaScript :
  • GO :
  • C# :
@salonishah01
Copy link
Contributor

salonishah01 commented Oct 23, 2020

I would like to contribute in C and python.

@manavbhikadiya
Copy link

i would love to this task. please assign this to me. also i have very good knowledge of ds and algo!

@rishigarg94
Copy link
Contributor

i would like to contribute in java @atarax665 @plazzy99 @iamrajiv pls assign this to me

@ashu-cybertron
Copy link
Contributor

ashu-cybertron commented Nov 10, 2020

i would like to work on python on this assign me

@chehak123
Copy link

I would like to work on this in c++

@limitless-Sky
Copy link

@atarax665 Can I work on this in Java?

@sayantan1413
Copy link

sayantan1413 commented Nov 27, 2020

@atarax665 @plazzy99 @iamrajiv Can you assign the solution of this problem in C-sharp.

sayantan1413 added a commit to sayantan1413/NeoAlgo that referenced this issue Nov 27, 2020
sayantan1413 added a commit to sayantan1413/NeoAlgo that referenced this issue Nov 28, 2020
@charlie219
Copy link
Contributor

@atarax665 @iamrajiv can I take this issue in Python, if yes then kindly assign me the issue

@aeyshubh
Copy link
Contributor

Hello , i would like to do this program in Java @iamrajiv

ErzaTitania-2001 added a commit to ErzaTitania-2001/NeoAlgo that referenced this issue Dec 2, 2020
Solving the question Prime Number with iteration as well as recursion HarshCasper#1372
@ErzaTitania-2001
Copy link
Contributor

ErzaTitania-2001 commented Dec 2, 2020

ErzaTitania-2001@ce11e42
Iteratively as well as recursively done in Java. Please review it. @atarax665 @iamrajiv

@charlie219 charlie219 removed their assignment Dec 8, 2020
JayantGoel001 pushed a commit to JayantGoel001/NeoAlgo that referenced this issue Dec 31, 2020
Solving the question Prime Number with iteration as well as recursion HarshCasper#1372
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests