diff --git a/DIRECTORY.md b/DIRECTORY.md index 1339bc6ffc..17b9b117b3 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -183,6 +183,7 @@ ## Math * [Armstrong Number](https://github.com/TheAlgorithms/C/blob/HEAD/math/armstrong_number.c) + * [Binary Exponentiation](https://github.com/TheAlgorithms/C/blob/HEAD/math/binary_exponentiation.c) * [Cantor Set](https://github.com/TheAlgorithms/C/blob/HEAD/math/cantor_set.c) * [Cartesian To Polar](https://github.com/TheAlgorithms/C/blob/HEAD/math/cartesian_to_polar.c) * [Catalan](https://github.com/TheAlgorithms/C/blob/HEAD/math/catalan.c)