18
26
This commit is contained in:
Arkadiusz Hypki 2025-02-24 14:13:51 +01:00
parent 6c35d36a36
commit c91878b3fe

View File

@ -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 MillerRabin. 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.