Go to file
Tibor Bizjak 916115381b Fixed import 2023-03-26 23:00:14 +02:00
data
080_square_root_digital_expansion.py
081_path_sum.py
082_path_sum.py
083_path_sum.py
084_monopoly_odds.py
085_counting_rectangles.c
087_prime_power_triples.py
088_product-sum_numbers.py
089_roman_numerals.py
090_cube_digit_pairs.py
091_right_triangles_with_integer_coordinates.py
093_arithmetic_expressions.py
094_almost_equilateral_triangles.py
099_largest_exponential.py
100_arranged_probability.py
101_optimum_polynomials.py
102_triangle_containment.py
103_special_subset_sums_optimum.py
104_pandigital_fibonacci_ends.py
105_special_subset_sums_testing.py
106_special_subset_sums_meta.py
107_minimal_network.py
108_diophantine_reciprocals_I.py
109_darts.py
110_diophantine_reciprocals_II.py
111_primes_with_runs.py
112_bouncy_numbers.py
113_non-bouncy_numbers.py
114_counting_block_I.py
115_counting_block_II.py
116_red_green_blue_tiles.py
117_red_green_blue_tilesII.py
118_pandigital_prime_sets.py
119_digit_power_sum.py
120_square_remainders.py
121_disc_game_prize_fund.py
122_efficient_exponentiation.py
123_prime_square_remainders.py
124_ordered_radicals.py
125_palindromic_sums.py
126_cuboid_layers.py
127_abc-hits.py
128_hexagonal_tile_diff.py
129_repunit_divisibility.py
130_composites_with_prime_repunit_property.py
131_prime_cube_partnership.py
132_large_repunit_factors.py
133_repunit_nonfactors.py
134_prime_pair_connection.py
135_same_differences.py
136_singleton_differences.py
137_fibonacci_golden_nuggets.py
138_special_isosceles_triangles.py
139_pythagorean_tiles.py
140_modified_fibonacci_golden_nuggets.py
141_progressive_numbers.py
142_perfect_square_collection.py
143_torricelli_point.py
144_reflections_of_laser.py
145_reversible_numbers.py
146_investigating_a_prime_pattern.py
149_searching_for_maxsum_subsequence.py
151_paper_sheets.py
156_counting_digits.py
158_strings.py
160_factorial_trailing_digits.py
162_hexadecimal_numbers.py
164_numbers_consecutive_digits.py
165_intersections.py
168_number_rotations.py
171_finding_numbers.py
173_square_laminae.py
174_square_laminae.py
178_step_numbers.py
179_consecutive_positive_divisors.py
187_semiprimes.py
188_the_hyperexponentiation_of_a_number.py
191_prize_strings.py
193_squarefree_numbers.py
203_squarefree_binomial.py
204_generalised_hamming_numbers.py
205_dice_game.py
206_concealed_square.py
211_divisor_square_sum.py
217_balanced_numbers.py
231_prime_factorisation_of_binomial_coefficients.py
243_resilience.py
315_digital_clock_roots.py
329_prime_frog.py
346_strong_repunits.py
347_largest_integer.py
357_prime_generating_integers.py
381_prime-k_factorial.py
387_harshad_numbers.py
429_sum_of_squares.py
493_under_the_rainbow.py
504_square_on_the_inside.py Fixed import 2023-03-26 23:00:14 +02:00
518_prime_triples.py
549_divisibility_of_factorials.py
LICENSE
README.md
lib.py
makefile

README.md

Project Euler solutions

Solutions to Project Euler in various languages (mostly python).