Python/maths
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
..
tests Iterative fibonacci with unittests from slash (#882) 2019-06-08 20:25:34 +08:00
3n+1.py Some directories had a capital in their name [fixed]. Added a recursive factorial algorithm. (#763) 2019-04-22 22:53:56 +08:00
abs_Max.py refactor 2019-05-26 21:56:10 +05:30
abs_Min.py refactor 2019-05-26 21:56:10 +05:30
abs.py Added Whitespace and Docstring (#924) 2019-07-01 16:10:18 +08:00
average.py Added Whitespace and Docstring (#924) 2019-07-01 16:10:18 +08:00
basic_maths.py Improve Formatting and Code Quality (#934) 2019-07-02 09:35:43 +05:30
Binary_Exponentiation.py refactor 2019-05-26 21:56:10 +05:30
extended_euclidean_algorithm.py Some directories had a capital in their name [fixed]. Added a recursive factorial algorithm. (#763) 2019-04-22 22:53:56 +08:00
factorial_python.py Improve Formatting and Code Quality (#934) 2019-07-02 09:35:43 +05:30
factorial_recursive.py Improve Formatting and Code Quality (#934) 2019-07-02 09:35:43 +05:30
fermat_little_theorem.py Fermat's little theorem (#847) 2019-05-28 20:51:48 +08:00
fibonacci_sequence_recursion.py Added b16, b32, a85, abs, absMax, absMin 2018-11-03 12:08:13 -08:00
fibonacci.py Iterative fibonacci with unittests from slash (#882) 2019-06-08 20:25:34 +08:00
find_lcm.py Improve Formatting and Code Quality (#934) 2019-07-02 09:35:43 +05:30
Find_Max.py refactor 2019-05-26 21:56:10 +05:30
Find_Min.py refactor 2019-05-26 21:56:10 +05:30
greater_common_divisor.py snake_case all the things 2018-10-19 17:14:25 -05:00
Hanoi.py Added Whitespace and Docstring (#924) 2019-07-01 16:10:18 +08:00
lucasSeries.py Iterative fibonacci with unittests from slash (#882) 2019-06-08 20:25:34 +08:00
modular_exponential.py snake_case all the things 2018-10-19 17:14:25 -05:00
newton_raphson.py Update newton_raphson.py (#891) 2019-06-10 12:16:36 +05:30
Prime_Check.py refactor 2019-05-26 21:56:10 +05:30
segmented_sieve.py snake_case all the things 2018-10-19 17:14:25 -05:00
sieve_of_eratosthenes.py all valid python 3 2018-10-20 14:45:08 -05:00
simpson_rule.py snake_case all the things 2018-10-19 17:14:25 -05:00
trapezoidal_rule.py snake_case all the things 2018-10-19 17:14:25 -05:00