Open himanshusharma89 opened 5 years ago
This program gives you an optimised prime number code
If possible, try to come up with an O(sqrt(n)) primality algorithm, or see what sort of optimizations you come up with for an O(n) algorithm.
No
What Changes does this PR introduce?
This program gives you an optimised prime number code
What issue have you fixed?
If possible, try to come up with an O(sqrt(n)) primality algorithm, or see what sort of optimizations you come up with for an O(n) algorithm.
If relevant, have you updated the README file?
No
Have you added your name to CONTRIBUTORS.md?
No
Have you added tests for your code?
No
Any other information?
No