mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 23:11:09 +00:00
a2236cfb97
* 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. |
||
---|---|---|
.. | ||
tests | ||
3n+1.py | ||
abs_Max.py | ||
abs_Min.py | ||
abs.py | ||
average.py | ||
basic_maths.py | ||
Binary_Exponentiation.py | ||
extended_euclidean_algorithm.py | ||
factorial_python.py | ||
factorial_recursive.py | ||
fermat_little_theorem.py | ||
fibonacci_sequence_recursion.py | ||
fibonacci.py | ||
find_lcm.py | ||
Find_Max.py | ||
Find_Min.py | ||
greater_common_divisor.py | ||
Hanoi.py | ||
lucasSeries.py | ||
modular_exponential.py | ||
newton_raphson.py | ||
Prime_Check.py | ||
segmented_sieve.py | ||
sieve_of_eratosthenes.py | ||
simpson_rule.py | ||
trapezoidal_rule.py |