updating DIRECTORY.md

This commit is contained in:
github-actions 2023-01-12 15:24:28 +00:00
parent 4823467ab6
commit 0be644a44e

View File

@ -557,6 +557,7 @@
* [Gamma Recursive](maths/gamma_recursive.py) * [Gamma Recursive](maths/gamma_recursive.py)
* [Gaussian](maths/gaussian.py) * [Gaussian](maths/gaussian.py)
* [Gaussian Error Linear Unit](maths/gaussian_error_linear_unit.py) * [Gaussian Error Linear Unit](maths/gaussian_error_linear_unit.py)
* [Gcd Of N Numbers](maths/gcd_of_n_numbers.py)
* [Greatest Common Divisor](maths/greatest_common_divisor.py) * [Greatest Common Divisor](maths/greatest_common_divisor.py)
* [Greedy Coin Change](maths/greedy_coin_change.py) * [Greedy Coin Change](maths/greedy_coin_change.py)
* [Hamming Numbers](maths/hamming_numbers.py) * [Hamming Numbers](maths/hamming_numbers.py)