We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c4b84 commit d3bc0e8Copy full SHA for d3bc0e8
.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
@@ -545,8 +545,7 @@
545
* [Euler Modified](maths/euler_modified.py)
546
* [Eulers Totient](maths/eulers_totient.py)
547
* [Extended Euclidean Algorithm](maths/extended_euclidean_algorithm.py)
548
- * [Factorial Iterative](maths/factorial_iterative.py)
549
- * [Factorial Recursive](maths/factorial_recursive.py)
+ * [Factorial](maths/factorial.py)
550
* [Factors](maths/factors.py)
551
* [Fermat Little Theorem](maths/fermat_little_theorem.py)
552
* [Fibonacci](maths/fibonacci.py)
0 commit comments