Skip to content

An algorithm to check if given number is prime or not with a time complexity of O(logn)

Notifications You must be signed in to change notification settings

mdhvg/check-prime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Check Prime Number

An algorithm to check if given number is prime or not with a time complexity of O(logn)

Dependencies

  • node.js
  • g++

Execution

  • node checkPrime.js
  • g++ checkPrime.cpp -o checkPrime

About

An algorithm to check if given number is prime or not with a time complexity of O(logn)

Topics

Resources

Stars

Watchers

Forks