Skip to content

Commit 54b22a0

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 4c3473d commit 54b22a0

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

DIRECTORY.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,17 @@
4646
* [Floyd Warshall](https://github.com/TheAlgorithms/Go/blob/master/graphs/floyd_warshall.go)
4747

4848
## Math
49-
* [Fastexponent](https://github.com/TheAlgorithms/Go/blob/master/math/fastExponent.go)
50-
* [Greatest Common Divisor](https://github.com/TheAlgorithms/Go/blob/master/math/greatest_common_divisor.go)
51-
* Prime Check
52-
* [Prime Check](https://github.com/TheAlgorithms/Go/blob/master/math/prime_check/prime_check.go)
53-
* [Prime Check Test](https://github.com/TheAlgorithms/Go/blob/master/math/prime_check/prime_check_test.go)
54-
* [Sieve](https://github.com/TheAlgorithms/Go/blob/master/math/Sieve.go)
49+
* Gcd
50+
* [Greatest Common Divisor](https://github.com/TheAlgorithms/Go/blob/master/math/gcd/greatest_common_divisor.go)
51+
* [Greatest Common Divisor Test](https://github.com/TheAlgorithms/Go/blob/master/math/gcd/greatest_common_divisor_test.go)
52+
* Power
53+
* [Fastexponent](https://github.com/TheAlgorithms/Go/blob/master/math/power/fastExponent.go)
54+
* [Fastexponent Test](https://github.com/TheAlgorithms/Go/blob/master/math/power/fastExponent_test.go)
55+
* Primecheck
56+
* [Prime Check](https://github.com/TheAlgorithms/Go/blob/master/math/primecheck/prime_check.go)
57+
* [Prime Check Test](https://github.com/TheAlgorithms/Go/blob/master/math/primecheck/prime_check_test.go)
58+
* Sieve
59+
* [Sieve](https://github.com/TheAlgorithms/Go/blob/master/math/sieve/Sieve.go)
5560

5661
## Other
5762
* [Maxsubarraysum](https://github.com/TheAlgorithms/Go/blob/master/other/maxSubarraySum.go)

0 commit comments

Comments
 (0)