mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
bd4017928e
* Added Whitespace and Docstring I modified the file to make Pylint happier and make the code more readable. * Beautified Code and Added Docstring I modified the file to make Pylint happier and make the code more readable. * Added DOCSTRINGS, Wikipedia link, and whitespace I added DOCSTRINGS and whitespace to make the code more readable and understandable. * Improved Formatting * Wrapped comments * Fixed spelling error for `movement` variable * Added DOCSTRINGs * Improved Formatting * Corrected whitespace to improve readability. * Added docstrings. * Made comments fit inside an 80 column layout. |
||
---|---|---|
.. | ||
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 |