diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/001-multiples35.py (renamed from python/1-multiples35.py) | 0 | ||||
| -rw-r--r-- | python/002-fibo_even.py (renamed from python/2-fibo_even.py) | 0 | ||||
| -rw-r--r-- | python/003-prime_fact.py (renamed from python/3-prime_fact.py) | 0 | ||||
| -rw-r--r-- | python/004-largest_palindrome.py (renamed from python/4-largest_palindrome.py) | 0 | ||||
| -rw-r--r-- | python/006-sum_square_difference.py (renamed from python/6-sum_square_difference.py) | 0 | ||||
| -rw-r--r-- | python/007-10001st_prime.py (renamed from python/7-10001st_prime.py) | 0 | ||||
| -rw-r--r-- | python/008-largest_product_in_a_series.py (renamed from python/8-largest_product_in_a_series.py) | 0 | ||||
| -rw-r--r-- | python/009-pythagorean_triplet.py (renamed from python/9-pythagorean_triplet.py) | 0 | ||||
| -rw-r--r-- | python/010-summation_of_primes.py (renamed from python/10-summation_of_primes.py) | 0 | ||||
| -rw-r--r-- | python/011-largest_product_in_a_grid.py (renamed from python/11-largest_product_in_a_grid.py) | 0 | ||||
| -rw-r--r-- | python/013-large_sum.py (renamed from python/13-large_sum.py) | 0 | ||||
| -rw-r--r-- | python/014-longest_collatz_sequence.py (renamed from python/14-longest_collatz_sequence.py) | 0 | ||||
| -rw-r--r-- | python/015-lattice_paths.py (renamed from python/15-lattice_paths.py) | 0 | ||||
| -rw-r--r-- | python/016-power_digit_sum.py (renamed from python/16-power_digit_sum.py) | 0 | ||||
| -rw-r--r-- | python/017-number_letter_count.py (renamed from python/17-number_letter_count.py) | 0 | ||||
| -rw-r--r-- | python/018-max_path_sum_I.py (renamed from python/18-max_path_sum_I.py) | 0 | ||||
| -rw-r--r-- | python/019-counting_sundays.py (renamed from python/19-counting_sundays.py) | 0 | ||||
| -rw-r--r-- | python/020-factorial_digit_sum.py (renamed from python/20-factorial_digit_sum.py) | 0 | ||||
| -rw-r--r-- | python/021-amicable_numbers.py (renamed from python/21-amicable_numbers.py) | 0 | ||||
| -rw-r--r-- | python/022-names_scores.py (renamed from python/22-names_scores.py) | 0 | ||||
| -rw-r--r-- | python/024-lexicographic_permutations.py (renamed from python/24-lexicographic_permutations.py) | 0 | ||||
| -rw-r--r-- | python/025-1000_digits_fibonacci_number.py (renamed from python/25-1000_digits_fibonacci_number.py) | 0 | ||||
| -rw-r--r-- | python/028-number_spiral_diagonals.py (renamed from python/28-number_spiral_diagonals.py) | 0 | ||||
| -rw-r--r-- | python/029-distinct_powers.py (renamed from python/29-distinct_powers.py) | 0 | ||||
| -rw-r--r-- | python/034-digit_factorials.py (renamed from python/34-digit_factorials.py) | 0 | ||||
| -rw-r--r-- | python/035-circular_primes.py (renamed from python/35-circular_primes.py) | 0 | ||||
| -rw-r--r-- | python/036-double_base_palindrome.py (renamed from python/36-double_base_palindrome.py) | 0 | ||||
| -rw-r--r-- | python/041-pandigital_prime.py (renamed from python/41-pandigital_prime.py) | 0 | ||||
| -rw-r--r-- | python/042-coded_triangle_numbers.py (renamed from python/42-coded_triangle_numbers.py) | 0 | ||||
| -rw-r--r-- | python/043-sub_string_divisibility.py (renamed from python/43-sub_string_divisibility.py) | 0 | ||||
| -rw-r--r-- | python/048-self_powers.py (renamed from python/48-self_powers.py) | 0 | ||||
| -rw-r--r-- | python/052-permuted_multiples.py (renamed from python/52-permuted_multiples.py) | 0 | ||||
| -rw-r--r-- | python/055-lychrel_numbers.py (renamed from python/55-lychrel_numbers.py) | 0 | ||||
| -rw-r--r-- | python/056-powerful_digit_sum.py (renamed from python/56-powerful_digit_sum.py) | 0 |
34 files changed, 0 insertions, 0 deletions
diff --git a/python/1-multiples35.py b/python/001-multiples35.py index 6a92369..6a92369 100644 --- a/python/1-multiples35.py +++ b/python/001-multiples35.py diff --git a/python/2-fibo_even.py b/python/002-fibo_even.py index 14991c9..14991c9 100644 --- a/python/2-fibo_even.py +++ b/python/002-fibo_even.py diff --git a/python/3-prime_fact.py b/python/003-prime_fact.py index 6f73c10..6f73c10 100644 --- a/python/3-prime_fact.py +++ b/python/003-prime_fact.py diff --git a/python/4-largest_palindrome.py b/python/004-largest_palindrome.py index 096de7a..096de7a 100644 --- a/python/4-largest_palindrome.py +++ b/python/004-largest_palindrome.py diff --git a/python/6-sum_square_difference.py b/python/006-sum_square_difference.py index 9b5b1c7..9b5b1c7 100644 --- a/python/6-sum_square_difference.py +++ b/python/006-sum_square_difference.py diff --git a/python/7-10001st_prime.py b/python/007-10001st_prime.py index 19793f3..19793f3 100644 --- a/python/7-10001st_prime.py +++ b/python/007-10001st_prime.py diff --git a/python/8-largest_product_in_a_series.py b/python/008-largest_product_in_a_series.py index 133461c..133461c 100644 --- a/python/8-largest_product_in_a_series.py +++ b/python/008-largest_product_in_a_series.py diff --git a/python/9-pythagorean_triplet.py b/python/009-pythagorean_triplet.py index a1f3708..a1f3708 100644 --- a/python/9-pythagorean_triplet.py +++ b/python/009-pythagorean_triplet.py diff --git a/python/10-summation_of_primes.py b/python/010-summation_of_primes.py index e637c9c..e637c9c 100644 --- a/python/10-summation_of_primes.py +++ b/python/010-summation_of_primes.py diff --git a/python/11-largest_product_in_a_grid.py b/python/011-largest_product_in_a_grid.py index c98a41e..c98a41e 100644 --- a/python/11-largest_product_in_a_grid.py +++ b/python/011-largest_product_in_a_grid.py diff --git a/python/13-large_sum.py b/python/013-large_sum.py index 2548228..2548228 100644 --- a/python/13-large_sum.py +++ b/python/013-large_sum.py diff --git a/python/14-longest_collatz_sequence.py b/python/014-longest_collatz_sequence.py index e3c3caa..e3c3caa 100644 --- a/python/14-longest_collatz_sequence.py +++ b/python/014-longest_collatz_sequence.py diff --git a/python/15-lattice_paths.py b/python/015-lattice_paths.py index 90d9531..90d9531 100644 --- a/python/15-lattice_paths.py +++ b/python/015-lattice_paths.py diff --git a/python/16-power_digit_sum.py b/python/016-power_digit_sum.py index 584ba67..584ba67 100644 --- a/python/16-power_digit_sum.py +++ b/python/016-power_digit_sum.py diff --git a/python/17-number_letter_count.py b/python/017-number_letter_count.py index 9998831..9998831 100644 --- a/python/17-number_letter_count.py +++ b/python/017-number_letter_count.py diff --git a/python/18-max_path_sum_I.py b/python/018-max_path_sum_I.py index f091782..f091782 100644 --- a/python/18-max_path_sum_I.py +++ b/python/018-max_path_sum_I.py diff --git a/python/19-counting_sundays.py b/python/019-counting_sundays.py index f018e05..f018e05 100644 --- a/python/19-counting_sundays.py +++ b/python/019-counting_sundays.py diff --git a/python/20-factorial_digit_sum.py b/python/020-factorial_digit_sum.py index a76b4ae..a76b4ae 100644 --- a/python/20-factorial_digit_sum.py +++ b/python/020-factorial_digit_sum.py diff --git a/python/21-amicable_numbers.py b/python/021-amicable_numbers.py index 6f89986..6f89986 100644 --- a/python/21-amicable_numbers.py +++ b/python/021-amicable_numbers.py diff --git a/python/22-names_scores.py b/python/022-names_scores.py index 7bba853..7bba853 100644 --- a/python/22-names_scores.py +++ b/python/022-names_scores.py diff --git a/python/24-lexicographic_permutations.py b/python/024-lexicographic_permutations.py index d24eb7c..d24eb7c 100644 --- a/python/24-lexicographic_permutations.py +++ b/python/024-lexicographic_permutations.py diff --git a/python/25-1000_digits_fibonacci_number.py b/python/025-1000_digits_fibonacci_number.py index 5ee37b6..5ee37b6 100644 --- a/python/25-1000_digits_fibonacci_number.py +++ b/python/025-1000_digits_fibonacci_number.py diff --git a/python/28-number_spiral_diagonals.py b/python/028-number_spiral_diagonals.py index ca657d5..ca657d5 100644 --- a/python/28-number_spiral_diagonals.py +++ b/python/028-number_spiral_diagonals.py diff --git a/python/29-distinct_powers.py b/python/029-distinct_powers.py index 8957e43..8957e43 100644 --- a/python/29-distinct_powers.py +++ b/python/029-distinct_powers.py diff --git a/python/34-digit_factorials.py b/python/034-digit_factorials.py index c94b0d2..c94b0d2 100644 --- a/python/34-digit_factorials.py +++ b/python/034-digit_factorials.py diff --git a/python/35-circular_primes.py b/python/035-circular_primes.py index 5d5243b..5d5243b 100644 --- a/python/35-circular_primes.py +++ b/python/035-circular_primes.py diff --git a/python/36-double_base_palindrome.py b/python/036-double_base_palindrome.py index 758ad1b..758ad1b 100644 --- a/python/36-double_base_palindrome.py +++ b/python/036-double_base_palindrome.py diff --git a/python/41-pandigital_prime.py b/python/041-pandigital_prime.py index 7229e29..7229e29 100644 --- a/python/41-pandigital_prime.py +++ b/python/041-pandigital_prime.py diff --git a/python/42-coded_triangle_numbers.py b/python/042-coded_triangle_numbers.py index 3a90945..3a90945 100644 --- a/python/42-coded_triangle_numbers.py +++ b/python/042-coded_triangle_numbers.py diff --git a/python/43-sub_string_divisibility.py b/python/043-sub_string_divisibility.py index 16164c1..16164c1 100644 --- a/python/43-sub_string_divisibility.py +++ b/python/043-sub_string_divisibility.py diff --git a/python/48-self_powers.py b/python/048-self_powers.py index 6d12141..6d12141 100644 --- a/python/48-self_powers.py +++ b/python/048-self_powers.py diff --git a/python/52-permuted_multiples.py b/python/052-permuted_multiples.py index c7711e2..c7711e2 100644 --- a/python/52-permuted_multiples.py +++ b/python/052-permuted_multiples.py diff --git a/python/55-lychrel_numbers.py b/python/055-lychrel_numbers.py index efdf31d..efdf31d 100644 --- a/python/55-lychrel_numbers.py +++ b/python/055-lychrel_numbers.py diff --git a/python/56-powerful_digit_sum.py b/python/056-powerful_digit_sum.py index a12ebe4..a12ebe4 100644 --- a/python/56-powerful_digit_sum.py +++ b/python/056-powerful_digit_sum.py |
