IsPrimeNumber Console App.
Console Application(Requires .Net 4.8) utilizing algorithms that allows to check if given number is Prime Number.
Implemented algorithms check one number with the mentioned magnitude in times on the Laptop with Processor(Intel(R) Celeron(R) N4020 CPU @ 1.10GHz 1.10 GHz):
10000000 (7 zeros) – 9 Milliseconds.
100000000 (8 zeros) – 60 Milliseconds.
1000000000 (9 zeros) – 564 Milliseconds.
10000000000 (10 zeros) – 4 Seconds 627 Milliseconds.
100000000000 (11 zeros – 34 Seconds 440 Milliseconds.