mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00:00
1c9d995b9e
* Create average_median.py I created a program to calculate the median of a list of numbers. * Changed Odd to Even in String * Create decimal_to_binary.py - Added 'conversions' folder. - Created a decimal to binary converter. * Implemented Decimal to Octal Algorithm - I created a decimal to octal converter based on the converter in the TheAlgorithms/Python project. - I added two newlines to make the output of decimal_to_binary.py better. |
||
---|---|---|
.. | ||
tests | ||
3n+1.py | ||
abs_Max.py | ||
abs_Min.py | ||
abs.py | ||
average_median.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 |