codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
202 stars 161 forks source link

Algorithms on Primality Test #251

Closed Priyangshuyogi closed 4 years ago

Priyangshuyogi commented 6 years ago

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.

prateekiiest commented 6 years ago

Please specify the issue name

Priyangshuyogi commented 6 years ago

Issue #185 , interesting math algo in Competitive programming.

prateekiiest commented 6 years ago

edit the issue name pls

Priyangshuyogi commented 6 years ago

Ok it is done.

Priyangshuyogi commented 6 years ago

@prateekiiest long time no see.

Priyangshuyogi commented 6 years ago

is it all ok now??

Priyangshuyogi commented 6 years ago

Is it okay??

prateekiiest commented 4 years ago

Sorry for the so long delay.