Skip to content

Commit 7c56e7f

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 32db89a commit 7c56e7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DIRECTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
* [Absmin](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/AbsMin.fs)
4343
* [Factorial](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Factorial.fs)
4444
* [Fibonacci](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Fibonacci.fs)
45-
* [Perfectnumbers](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/PerfectNumbers.fs)
45+
* [Greatest Common Divisor](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Greatest_Common_Divisor.fs)
46+
* [Perfect Numbers](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Perfect_Numbers.fs)
4647
* [Power](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Power.fs)
4748
* [Prime](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Prime.fs)
4849
* Search

0 commit comments

Comments
 (0)