From f51c5e11ef180e040834bf4d57a9a06868e1cbbb Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Fri, 17 Apr 2020 13:02:35 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/DIRECTORY.md b/DIRECTORY.md index d9ae84a3b..4bce1d7b8 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -93,11 +93,6 @@ ## Math * [Binary Exponent](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/binary_exponent.cpp) * [Eulers Totient Function](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/eulers_totient_function.cpp) - -## Math - * [Extendedeuclidian](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Math/extendedEuclidian.cpp) - -## Math * [Factorial](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/factorial.cpp) * [Fast Power](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/fast_power.cpp) * [Greatest Common Divisor](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/greatest_common_divisor.cpp)