We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c12fa commit ed0a581Copy full SHA for ed0a581
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: black
21
22
- repo: https://github.com/PyCQA/isort
23
- rev: 5.11.4
+ rev: 5.12.0
24
hooks:
25
- id: isort
26
args:
DIRECTORY.md
@@ -543,8 +543,7 @@
543
* [Euler Modified](maths/euler_modified.py)
544
* [Eulers Totient](maths/eulers_totient.py)
545
* [Extended Euclidean Algorithm](maths/extended_euclidean_algorithm.py)
546
- * [Factorial Iterative](maths/factorial_iterative.py)
547
- * [Factorial Recursive](maths/factorial_recursive.py)
+ * [Factorial](maths/factorial.py)
548
* [Factors](maths/factors.py)
549
* [Fermat Little Theorem](maths/fermat_little_theorem.py)
550
* [Fibonacci](maths/fibonacci.py)
0 commit comments