We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da60148 commit 3fe04a7Copy full SHA for 3fe04a7
DIRECTORY.md
@@ -449,6 +449,7 @@
449
* [Find Min Recursion](https://github.com/TheAlgorithms/Python/blob/master/maths/find_min_recursion.py)
450
* [Floor](https://github.com/TheAlgorithms/Python/blob/master/maths/floor.py)
451
* [Gamma](https://github.com/TheAlgorithms/Python/blob/master/maths/gamma.py)
452
+ * [Gamma Recursive](https://github.com/TheAlgorithms/Python/blob/master/maths/gamma_recursive.py)
453
* [Gaussian](https://github.com/TheAlgorithms/Python/blob/master/maths/gaussian.py)
454
* [Greatest Common Divisor](https://github.com/TheAlgorithms/Python/blob/master/maths/greatest_common_divisor.py)
455
* [Greedy Coin Change](https://github.com/TheAlgorithms/Python/blob/master/maths/greedy_coin_change.py)
0 commit comments