Pooja
|
99ebd1a018
|
Create factorial_iterative.py (#1693)
* Create factorial_iterative.py
* Update factorial_iterative.py
* Update factorial_iterative.py
* Update factorial_iterative.py
* print(f"factorial{n} is {factorial(n)}")
* Update factorial_recursive.py
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2020-01-18 14:06:48 +01:00 |
|
Christian Clauss
|
5df8aec66c
|
GitHub Action formats our code with psf/black (#1569)
* GitHub Action formats our code with psf/black
@poyea Your review please.
* fixup! Format Python code with psf/black push
|
2019-11-14 19:59:43 +01:00 |
|
Du YuanChao
|
814750e637
|
update factorial (#1535)
* update factorial
* update factorial
|
2019-10-31 13:45:32 +01:00 |
|
William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
PatOnTheBack
|
a2236cfb97
|
Improve Formatting and Code Quality (#934)
* Improved Formatting of basic_maths.py
- Added docstrings.
- Improved whitespace formatting.
- Renamed functions to match snake_case.
* Improved Formatting of factorial_python.py
- Added docstrings.
- Improved whitespace formatting.
- Renamed constants to match UPPER_CASE.
* Improved Formatting of factorial_recursive.py
- Improved whitespace formatting to meet PyLint standards.
* Improved Code to Conform to PyLint
- Renamed `max` to `max_num` to avoid redefining built-in 'max' [pylint]
- Removed unnecessary parens after 'while' keyword [pylint]
* Improved Formatting of factorial_recursive.py
- Added docstrings.
- Improved whitespace formatting.
|
2019-07-02 09:35:43 +05:30 |
|
Vysor
|
df04d94543
|
Some directories had a capital in their name [fixed]. Added a recursive factorial algorithm. (#763)
* Renaming directories
* Adding a recursive factorial algorithm
|
2019-04-22 22:53:56 +08:00 |
|