.. |
images
|
Add __init__.py files in all the directories (#2503)
|
2020-09-28 19:42:36 +02:00 |
series
|
Add __init__.py files in all the directories (#2503)
|
2020-09-28 19:42:36 +02:00 |
__init__.py
|
|
|
3n_plus_1.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
abs_max.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
abs_min.py
|
|
|
abs.py
|
|
|
add.py
|
Rename math/add.py to maths/add.py (#1857)
|
2020-04-13 07:50:46 +02:00 |
aliquot_sum.py
|
Optimization and fix bug (#2342)
|
2020-08-21 14:39:03 +08:00 |
allocation_number.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
area_under_curve.py
|
|
|
area.py
|
Update area.py (#2524)
|
2020-10-04 22:20:47 +08:00 |
armstrong_numbers.py
|
Deal with maps (#1945)
|
2020-05-06 03:32:40 +02:00 |
average_mean.py
|
|
|
average_median.py
|
Optimization and fix bug (#2342)
|
2020-08-21 14:39:03 +08:00 |
average_mode.py
|
contribution guidelines checks (#1787)
|
2020-03-04 13:40:28 +01:00 |
bailey_borwein_plouffe.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
basic_maths.py
|
contribution guidelines checks (#1787)
|
2020-03-04 13:40:28 +01:00 |
binary_exp_mod.py
|
|
|
binary_exponentiation.py
|
|
|
binomial_coefficient.py
|
|
|
binomial_distribution.py
|
Added a binomial distribution formula calculator algorithm (#2197)
|
2020-07-13 22:18:37 +02:00 |
bisection.py
|
|
|
ceil.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
chudnovsky_algorithm.py
|
Fix some warnings from LGTM (#2420)
|
2020-09-13 10:11:27 +02:00 |
collatz_sequence.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
combinations.py
|
|
|
entropy.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
eulers_totient.py
|
|
|
explicit_euler.py
|
contribution guidelines checks (#1787)
|
2020-03-04 13:40:28 +01:00 |
extended_euclidean_algorithm.py
|
|
|
factorial_iterative.py
|
contribution guidelines checks (#1787)
|
2020-03-04 13:40:28 +01:00 |
factorial_python.py
|
|
|
factorial_recursive.py
|
|
|
factors.py
|
|
|
fermat_little_theorem.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
fibonacci_sequence_recursion.py
|
Added type hints for maths/fibonacci_sequence_recursion. (#2372)
|
2020-08-30 10:51:45 +02:00 |
fibonacci.py
|
isort --profile black . (#2181)
|
2020-07-06 09:44:19 +02:00 |
find_max_recursion.py
|
Tighten up psf/black and flake8 (#2024)
|
2020-05-22 08:10:11 +02:00 |
find_max.py
|
|
|
find_min_recursion.py
|
|
|
find_min.py
|
|
|
floor.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
gamma.py
|
isort --profile black . (#2181)
|
2020-07-06 09:44:19 +02:00 |
gaussian.py
|
Correcting the Gaussian Formula (#2249)
|
2020-07-29 21:32:36 +02:00 |
greatest_common_divisor.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
hardy_ramanujanalgo.py
|
|
|
is_square_free.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
jaccard_similarity.py
|
|
|
kadanes.py
|
Fix astar (#1966)
|
2020-05-10 20:49:40 +05:30 |
karatsuba.py
|
|
|
krishnamurthy_number.py
|
Python Program to Check Krishnamurthy Number (#2248)
|
2020-07-29 10:54:05 +02:00 |
kth_lexicographic_permutation.py
|
Optimized recursive_bubble_sort (#2410)
|
2020-09-10 10:31:26 +02:00 |
largest_of_very_large_numbers.py
|
|
|
least_common_multiple.py
|
More efficient least common multiple. (#2281)
|
2020-08-05 12:39:15 +02:00 |
line_length.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
lucas_lehmer_primality_test.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
lucas_series.py
|
|
|
matrix_exponentiation.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
miller_rabin.py
|
|
|
mobius_function.py
|
isort --profile black . (#2181)
|
2020-07-06 09:44:19 +02:00 |
modular_exponential.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
monte_carlo_dice.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
monte_carlo.py
|
Tighten up psf/black and flake8 (#2024)
|
2020-05-22 08:10:11 +02:00 |
newton_raphson.py
|
Optimized recursive_bubble_sort (#2410)
|
2020-09-10 10:31:26 +02:00 |
number_of_digits.py
|
fix number_of_digits bug (#2301)
|
2020-08-12 18:32:35 +02:00 |
numerical_integration.py
|
|
|
perfect_cube.py
|
Fix syntax for flake8 passing (#2096)
|
2020-06-12 06:51:47 +02:00 |
perfect_number.py
|
Python Program to Check Krishnamurthy Number (#2248)
|
2020-07-29 10:54:05 +02:00 |
perfect_square.py
|
Perfect square using binary search (#2351)
|
2020-08-25 21:26:11 +02:00 |
pi_monte_carlo_estimation.py
|
Wrap lines that go beyond GitHub Editor (#1925)
|
2020-05-01 23:36:35 +02:00 |
polynomial_evaluation.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
power_using_recursion.py
|
Added Finding Exponent Program (#2238)
|
2020-07-27 11:33:13 +02:00 |
prime_check.py
|
Added type hints and doctest for maths/prime_check. (#2367)
|
2020-08-29 17:11:02 +02:00 |
prime_factors.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
prime_numbers.py
|
isort --profile black . (#2181)
|
2020-07-06 09:44:19 +02:00 |
prime_sieve_eratosthenes.py
|
Fix all errors mentioned in pre-commit run (#2512)
|
2020-09-30 10:38:00 +02:00 |
pythagoras.py
|
|
|
qr_decomposition.py
|
|
|
quadratic_equations_complex_numbers.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
radians.py
|
Tighten up psf/black and flake8 (#2024)
|
2020-05-22 08:10:11 +02:00 |
radix2_fft.py
|
Tighten up psf/black and flake8 (#2024)
|
2020-05-22 08:10:11 +02:00 |
relu.py
|
from __future__ import annotations (#2464)
|
2020-09-23 13:30:13 +02:00 |
runge_kutta.py
|
|
|
segmented_sieve.py
|
|
|
sieve_of_eratosthenes.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
simpson_rule.py
|
|
|
softmax.py
|
Optimized recursive_bubble_sort (#2410)
|
2020-09-10 10:31:26 +02:00 |
square_root.py
|
Set the Python file maximum line length to 88 characters (#2122)
|
2020-06-16 10:09:19 +02:00 |
sum_of_arithmetic_series.py
|
Add GitHub action for pre-commit (#2515)
|
2020-09-30 15:23:34 +02:00 |
sum_of_digits.py
|
Update sum_of_digits.py (#2319)
|
2020-08-16 20:31:06 +02:00 |
sum_of_geometric_progression.py
|
Optimized recursive_bubble_sort (#2410)
|
2020-09-10 10:31:26 +02:00 |
test_prime_check.py
|
|
|
trapezoidal_rule.py
|
|
|
ugly_numbers.py
|
Created ugly_numbers.py in Python/maths (#2366)
|
2020-08-29 16:57:34 +02:00 |
volume.py
|
isort --profile black . (#2181)
|
2020-07-06 09:44:19 +02:00 |
zellers_congruence.py
|
Optimized recursive_bubble_sort (#2410)
|
2020-09-10 10:31:26 +02:00 |