Skip to content

Commit 6629aad

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 34c3214 commit 6629aad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
## Math
3939
* [Fastexponent](https://github.com/TheAlgorithms/Go/blob/master/math/fastExponent.go)
4040
* [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)
4144
* [Sieve](https://github.com/TheAlgorithms/Go/blob/master/math/Sieve.go)
4245

4346
## Other

0 commit comments

Comments
 (0)