'backup'
This commit is contained in:
parent
6c35d36a36
commit
c91878b3fe
@ -4,4 +4,6 @@ In the file is_prime there are a few numbers.
|
||||
|
||||
Remark 1: There are some algorithms which can simplify this task, like Miller–Rabin. Please, do not use them. The goal is to compare the code from different programming paradigms.
|
||||
|
||||
Remark 2: Please, do not use external libraries.
|
||||
Remark 2: Please, do not use external libraries.
|
||||
|
||||
2. Using a graphical debugger is crucial in programming. Use graphical debugger to stop your program in the exact moment when the code finds out whether the given number is indeed prime or not.
|
||||
|
Loading…
Reference in New Issue
Block a user