This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_Python
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_Python
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_Python
/
maths
History
…
..
images
…
series
…
__init__.py
…
3n_plus_1.py
…
abs_max.py
bugfix: Add abs_max.py & abs_min.py empty list detection (
#4844
)
2021-10-06 22:06:49 +08:00
abs_min.py
…
abs.py
…
add.py
…
aliquot_sum.py
…
allocation_number.py
…
area_under_curve.py
…
area.py
…
armstrong_numbers.py
…
average_absolute_deviation.py
…
average_mean.py
Pyupgrade to Python 3.9 (
#4718
)
2021-09-07 13:37:03 +02:00
average_median.py
…
average_mode.py
…
bailey_borwein_plouffe.py
…
basic_maths.py
…
binary_exp_mod.py
…
binary_exponentiation_2.py
…
binary_exponentiation_3.py
…
binary_exponentiation.py
…
binomial_coefficient.py
…
binomial_distribution.py
…
bisection.py
…
carmichael_number.py
…
catalan_number.py
…
ceil.py
…
check_polygon.py
…
chudnovsky_algorithm.py
…
collatz_sequence.py
…
combinations.py
…
decimal_isolate.py
…
double_factorial_iterative.py
…
double_factorial_recursive.py
…
entropy.py
…
euclidean_distance.py
…
euclidean_gcd.py
…
euler_method.py
…
euler_modified.py
…
eulers_totient.py
…
extended_euclidean_algorithm.py
…
factorial_iterative.py
…
factorial_recursive.py
…
factors.py
…
fermat_little_theorem.py
…
fibonacci.py
…
find_max_recursion.py
…
find_max.py
…
find_min_recursion.py
…
find_min.py
…
floor.py
…
gamma_recursive.py
[mypy] Fix type annotations for maths directory (
#5782
)
2021-11-07 16:13:58 +01:00
gamma.py
…
gaussian_error_linear_unit.py
…
gaussian.py
…
greatest_common_divisor.py
…
greedy_coin_change.py
…
hamming_numbers.py
…
hardy_ramanujanalgo.py
Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (
#7062
)
2022-10-13 00:54:20 +02:00
integration_by_simpson_approx.py
…
is_ip_v4_address_valid.py
…
is_square_free.py
…
jaccard_similarity.py
…
kadanes.py
…
karatsuba.py
…
krishnamurthy_number.py
…
kth_lexicographic_permutation.py
…
largest_of_very_large_numbers.py
…
largest_subarray_sum.py
…
least_common_multiple.py
…
line_length.py
…
lucas_lehmer_primality_test.py
…
lucas_series.py
…
maclaurin_series.py
…
matrix_exponentiation.py
…
max_sum_sliding_window.py
…
median_of_two_arrays.py
…
miller_rabin.py
…
mobius_function.py
…
modular_exponential.py
…
monte_carlo_dice.py
…
monte_carlo.py
…
nevilles_method.py
…
newton_raphson.py
…
number_of_digits.py
…
numerical_integration.py
…
perfect_cube.py
…
perfect_number.py
…
perfect_square.py
…
persistence.py
…
pi_monte_carlo_estimation.py
…
points_are_collinear_3d.py
…
pollard_rho.py
…
polynomial_evaluation.py
…
power_using_recursion.py
…
prime_check.py
…
prime_factors.py
…
prime_numbers.py
…
prime_sieve_eratosthenes.py
…
primelib.py
…
proth_number.py
…
pythagoras.py
…
qr_decomposition.py
…
quadratic_equations_complex_numbers.py
…
radians.py
…
radix2_fft.py
…
relu.py
…
runge_kutta.py
…
segmented_sieve.py
…
sieve_of_eratosthenes.py
…
sigmoid.py
…
signum.py
…
simpson_rule.py
Create codespell.yml (
#1698
)
2020-01-18 13:24:33 +01:00
sin.py
…
sock_merchant.py
sock_merchant.py: Matching socks by color (
#5761
)
2021-11-03 21:24:50 +01:00
softmax.py
…
square_root.py
…
sum_of_arithmetic_series.py
…
sum_of_digits.py
…
sum_of_geometric_progression.py
…
sum_of_harmonic_series.py
…
sylvester_sequence.py
…
test_prime_check.py
…
trapezoidal_rule.py
Create codespell.yml (
#1698
)
2020-01-18 13:24:33 +01:00
triplet_sum.py
Fix mypy error at maths (
#4613
)
2021-08-15 21:15:53 +02:00
two_pointer.py
…
two_sum.py
…
ugly_numbers.py
…
volume.py
Added some more comments to volume.py in maths folder (
#7080
)
2022-10-16 15:28:10 +02:00
weird_number.py
…
zellers_congruence.py
…