We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c3214 commit 6629aadCopy full SHA for 6629aad
DIRECTORY.md
@@ -38,6 +38,9 @@
38
## Math
39
* [Fastexponent](https://github.com/TheAlgorithms/Go/blob/master/math/fastExponent.go)
40
* [Greatest Common Divisor](https://github.com/TheAlgorithms/Go/blob/master/math/greatest_common_divisor.go)
41
+ * Prime Check
42
+ * [Prime Check](https://github.com/TheAlgorithms/Go/blob/master/math/prime_check/prime_check.go)
43
+ * [Prime Check Test](https://github.com/TheAlgorithms/Go/blob/master/math/prime_check/prime_check_test.go)
44
* [Sieve](https://github.com/TheAlgorithms/Go/blob/master/math/Sieve.go)
45
46
## Other
0 commit comments