'added link'

This commit is contained in:
Arkadiusz Hypki 2025-02-24 14:47:54 +01:00
parent 01f8b6755a
commit bd2b161e8d

View File

@ -7,3 +7,5 @@ Remark 1: There are some algorithms which can simplify this task, like Miller
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.
Remark 3: If it is really needed one can use arbitrary precision arithmetic libraries: https://en.wikipedia.org/wiki/List_of_arbitrary-precision_arithmetic_software for different programming languages