ShivamSinghal1 / Competitive-Programming-Algorithms

The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
https://codedigger.tech
21 stars 48 forks source link

Is_Prime_No_Modified #59

Closed rishabh-0904 closed 4 years ago

rishabh-0904 commented 4 years ago

With due respect, I am adding one more algorithm in this Series of Algorithms. Basically, It will tell whether a big number(>1e7) is prime or not in efficient manner.