We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e906d37 commit a837996Copy full SHA for a837996
DIRECTORY.md
@@ -429,6 +429,7 @@
429
* [Collatz Sequence](https://github.com/TheAlgorithms/Python/blob/master/maths/collatz_sequence.py)
430
* [Combinations](https://github.com/TheAlgorithms/Python/blob/master/maths/combinations.py)
431
* [Decimal Isolate](https://github.com/TheAlgorithms/Python/blob/master/maths/decimal_isolate.py)
432
+ * [Double Factorial Iterative](https://github.com/TheAlgorithms/Python/blob/master/maths/double_factorial_iterative.py)
433
* [Double Factorial Recursive](https://github.com/TheAlgorithms/Python/blob/master/maths/double_factorial_recursive.py)
434
* [Entropy](https://github.com/TheAlgorithms/Python/blob/master/maths/entropy.py)
435
* [Euclidean Distance](https://github.com/TheAlgorithms/Python/blob/master/maths/euclidean_distance.py)
0 commit comments