-
Notifications
You must be signed in to change notification settings - Fork 162
Algorithms on Primality Test #251
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
Conversation
Please specify the issue name
Issue #185 , interesting math algo in Competitive programming.
edit the issue name pls
Ok it is done.
@prateekiiest long time no see.
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.
Just a few comments.
looks good though 祝️ 🎆
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.
add a tilde here like this a^n-1 = 1 mod(n)
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.
make all input / output bold and tilde for n assignment
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.
O(root(n))
is it all ok now??
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.
use tilde here ``
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.
also here
Is it okay??
Sorry for the so long delay.
ISSUE NUMBER - #185
SHORT DESCRIPTION
Consist of various methods to find a number is prime or not.
LOCATION
I am including this in a folder named Primality Test in math folder inside Competitive programming.
##INSIDE
All these methods are described in its perspective README.md and the implementation part is in the ScrCode.cpp file.