mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-21 16:52:05 +00:00
* Update 3n+1.py Made variable names more meaningful and removed nested functions. * Update 3n+1.py * Update 3n+1.py * Update 3n+1.py |
||
---|---|---|
.. | ||
__init__.py | ||
3n+1.py | ||
abs_max.py | ||
abs_min.py | ||
abs.py | ||
average_mean.py | ||
average_median.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 | ||
lucas series.py | ||
modular_exponential.py | ||
newton_raphson.py | ||
prime_check.py | ||
segmented_sieve.py | ||
sieve_of_eratosthenes.py | ||
simpson_rule.py | ||
trapezoidal_rule.py | ||
volume.py |