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

Implement Miller-Rabin Method in Primality Test Algorithms #79

Open
4 tasks done
adithyaakrishna opened this issue Oct 2, 2020 · 10 comments
Open
4 tasks done

Implement Miller-Rabin Method in Primality Test Algorithms #79

adithyaakrishna opened this issue Oct 2, 2020 · 10 comments
Assignees
Labels
algorithm For issues related to algorithms' code and/or theory good first issue Good for newcomers hacktoberfest Welcome to people planning to contribute as a part of Hacktoberfest

Comments

@adithyaakrishna
Copy link
Contributor

adithyaakrishna commented Oct 2, 2020

Implement Miller-Rabin Method in Primality Test Algorithms in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

@adithyaakrishna
Copy link
Contributor Author

adithyaakrishna commented Oct 2, 2020

@karthikshetty03 I don't have the permission to assign you, but you can work on this issue and create a commit in your fork and once @deutranium assigns you, you can immediately create a PR :)

@deutranium
Copy link
Owner

deutranium commented Oct 2, 2020

@adithyaakrishna thanks for your helpful comments!!

@karthikshetty03 Github requires you to comment on the issue first for me to be able to add you as an assignee. Please comment here with the language you would like to work with.

@deutranium deutranium added algorithm For issues related to algorithms' code and/or theory good first issue Good for newcomers hacktoberfest Welcome to people planning to contribute as a part of Hacktoberfest labels Oct 2, 2020
@96Octavian
Copy link
Contributor

If there's no assignee, I can provide a Python implementation and maybe translate it to C# (and probably Java too)

@deutranium
Copy link
Owner

@96Octavian sure. Should I assign all the three (C, Python, C#) to you?

@96Octavian
Copy link
Contributor

Yes please. I can do Python, C# and Java (I don't know a thing about C++ though, can't promise)

@deutranium
Copy link
Owner

@96Octavian sure I'll assign these 3 to you.
Happy coding!!

@arnav-roy
Copy link
Contributor

I want to contribute in C++

@deutranium
Copy link
Owner

@arnav-roy sure assigned it to you

@96Octavian
Copy link
Contributor

Should camel case be followed even in languages where it is not standard naming convention?

@deutranium
Copy link
Owner

@96Octavian no you can follow for example snake case in python. That rule was added to ensure that there is a uniformity in code style

deutranium added a commit that referenced this issue Oct 5, 2020
This PR implements the code for Miller-Rabin primality test in C#, Java, Python referred in issue #79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm For issues related to algorithms' code and/or theory good first issue Good for newcomers hacktoberfest Welcome to people planning to contribute as a part of Hacktoberfest
Projects
None yet
Development

No branches or pull requests

4 participants