aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-08-11 22:41:34 +0200
committerCharles <sircharlesaze@gmail.com>2019-08-11 22:41:34 +0200
commit1879caa1dd80cb11dd62403663917ad4bf7cc68e (patch)
treeea41c6dd83a9f9bbfe0a891237674342de92d533
parent6b16d921543a62d880171791d39bcc58560785fa (diff)
downloadproject_euler-1879caa1dd80cb11dd62403663917ad4bf7cc68e.tar.gz
project_euler-1879caa1dd80cb11dd62403663917ad4bf7cc68e.tar.bz2
project_euler-1879caa1dd80cb11dd62403663917ad4bf7cc68e.zip
rename all file with 3 zero padding
-rw-r--r--c/005-smallest_multiple.c (renamed from c/5-smallest_multiple.c)0
-rw-r--r--c/012-highly_divisible_triangular_number.c (renamed from c/12-highly_divisible_triangular_number.c)0
-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
-rw-r--r--wip/023-non_abudant_sums.py (renamed from wip/23-non_abudant_sums.py)0
-rw-r--r--wip/026-reciprocal_cycles.py (renamed from wip/26-reciprocal_cycles.py)0
-rw-r--r--wip/027-quadratic_primes.py (renamed from wip/27-quadratic_primes.py)0
-rw-r--r--wip/031-coin_sums.py (renamed from wip/31-coin_sums.py)0
-rw-r--r--wip/037-truncatable_primes.py (renamed from wip/37-truncatable_primes.py)0
-rw-r--r--wip/045-triangular_pentagonal_and_hexagonal.py (renamed from wip/45-triangular_pentagonal_and_hexagonal.py)0
-rw-r--r--wip/047-distinct_primes_factors.py (renamed from wip/47-distinct_primes_factors.py)0
-rw-r--r--wip/049-prime_permutations.py (renamed from wip/49-prime_permutations.py)0
-rw-r--r--wip/053-combinatoric-selections.c (renamed from wip/53-combinatoric-selections.c)0
-rw-r--r--wip/092-square_digit_chains.c (renamed from wip/92-square_digit_chains.c)0
46 files changed, 0 insertions, 0 deletions
diff --git a/c/5-smallest_multiple.c b/c/005-smallest_multiple.c
index 4924dd1..4924dd1 100644
--- a/c/5-smallest_multiple.c
+++ b/c/005-smallest_multiple.c
diff --git a/c/12-highly_divisible_triangular_number.c b/c/012-highly_divisible_triangular_number.c
index 4ece373..4ece373 100644
--- a/c/12-highly_divisible_triangular_number.c
+++ b/c/012-highly_divisible_triangular_number.c
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
diff --git a/wip/23-non_abudant_sums.py b/wip/023-non_abudant_sums.py
index 6e3eea2..6e3eea2 100644
--- a/wip/23-non_abudant_sums.py
+++ b/wip/023-non_abudant_sums.py
diff --git a/wip/26-reciprocal_cycles.py b/wip/026-reciprocal_cycles.py
index b502c9a..b502c9a 100644
--- a/wip/26-reciprocal_cycles.py
+++ b/wip/026-reciprocal_cycles.py
diff --git a/wip/27-quadratic_primes.py b/wip/027-quadratic_primes.py
index 8b21cc6..8b21cc6 100644
--- a/wip/27-quadratic_primes.py
+++ b/wip/027-quadratic_primes.py
diff --git a/wip/31-coin_sums.py b/wip/031-coin_sums.py
index c9a823d..c9a823d 100644
--- a/wip/31-coin_sums.py
+++ b/wip/031-coin_sums.py
diff --git a/wip/37-truncatable_primes.py b/wip/037-truncatable_primes.py
index 1ad7d29..1ad7d29 100644
--- a/wip/37-truncatable_primes.py
+++ b/wip/037-truncatable_primes.py
diff --git a/wip/45-triangular_pentagonal_and_hexagonal.py b/wip/045-triangular_pentagonal_and_hexagonal.py
index 5fba8f8..5fba8f8 100644
--- a/wip/45-triangular_pentagonal_and_hexagonal.py
+++ b/wip/045-triangular_pentagonal_and_hexagonal.py
diff --git a/wip/47-distinct_primes_factors.py b/wip/047-distinct_primes_factors.py
index ac09b9a..ac09b9a 100644
--- a/wip/47-distinct_primes_factors.py
+++ b/wip/047-distinct_primes_factors.py
diff --git a/wip/49-prime_permutations.py b/wip/049-prime_permutations.py
index d90754e..d90754e 100644
--- a/wip/49-prime_permutations.py
+++ b/wip/049-prime_permutations.py
diff --git a/wip/53-combinatoric-selections.c b/wip/053-combinatoric-selections.c
index 9006f5a..9006f5a 100644
--- a/wip/53-combinatoric-selections.c
+++ b/wip/053-combinatoric-selections.c
diff --git a/wip/92-square_digit_chains.c b/wip/092-square_digit_chains.c
index 7029ccd..7029ccd 100644
--- a/wip/92-square_digit_chains.c
+++ b/wip/092-square_digit_chains.c