-
Notifications
You must be signed in to change notification settings - Fork 98
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
Comments
@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 :) |
@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. |
If there's no assignee, I can provide a Python implementation and maybe translate it to C# (and probably Java too) |
@96Octavian sure. Should I assign all the three (C, Python, C#) to you? |
Yes please. I can do Python, C# and Java (I don't know a thing about C++ though, can't promise) |
@96Octavian sure I'll assign these 3 to you. |
I want to contribute in C++ |
@arnav-roy sure assigned it to you |
Should camel case be followed even in languages where it is not standard naming convention? |
@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 |
This PR implements the code for Miller-Rabin primality test in C#, Java, Python referred in issue #79
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:
The text was updated successfully, but these errors were encountered: