jssam / Hactoberfest2021_projects

This is a beginner-friendly repo for everyone participating in Hacktoberfest2021. Raise genuine PRs and they will be merged quickly!
2 stars 0 forks source link

Prime Number Checker using HTML, CSS and Javascript #426

Open Bhavyajain21 opened 3 years ago

Bhavyajain21 commented 3 years ago

Hey @jssam , could you please assign this issue to me under Hacktoberfest label?

talib1996 commented 3 years ago

Hi peace be on u!

talib1996 commented 3 years ago

Issue #426 I have developed program which checks whether a number(up to 15 digits) is prime or not in worst case time complexity of

O((sqrt(n) /2) - 1).

Developed using HTML, CSS and JavaScript as God willing.