53 Commits

Author SHA1 Message Date
ffc8983878
Add python solution for problem 96 2023-06-08 10:30:00 +02:00
ce8b152bd7
Add python solution for problems 85, 86, 87, 92, 95 2023-06-07 23:02:57 +02:00
cc90c8aa0c
Fix code style 2023-06-07 22:06:22 +02:00
8b44d6a68e
Use timing decorator for last solved problems 2023-06-07 21:09:16 +02:00
e8098ed5e5
Use timing decorator for problems 71-80 2023-06-07 20:39:55 +02:00
f54083389b
Use timing decorator for problems 61-70 2023-06-07 20:27:05 +02:00
5b99c1ef1c
Use timing decorator for problems 41-60 2023-06-07 20:13:19 +02:00
be5e97dfbb
Use timing decorator for problems 21-40 2023-06-07 18:17:42 +02:00
634eb3f750
Use timing decorator for problems 11-20 2023-06-07 17:55:56 +02:00
885084211a
Use timing decorator for first 10 problems 2023-06-07 17:46:10 +02:00
955dc12737
Add Python solutions for problems 88, 90, 91 2023-06-07 17:36:45 +02:00
b46ae4e387
Add timing decorator 2023-06-07 17:10:51 +02:00
ef2d0423c2
Fix bug in sieve function 2023-06-07 17:02:08 +02:00
aa57c9b5b2
Rename some input files 2023-06-07 16:59:45 +02:00
b0b9705303
Fix bugs 2023-06-06 22:37:04 +02:00
26b940a2ac
Clean python code 2023-06-06 19:42:51 +02:00
cf5b3943a6
Add more solutions
Added solutions for problem 206 in C and python, and for problem
357 in C.
2019-10-08 14:35:25 +02:00
a0c155d58c
Add more solutions
Added solution for problems 102 and 124 in C, for problem 104
in python and for problem 145 in both C and python.
2019-10-03 12:25:49 +02:00
a6da9539cd
Add more solutions
Added solutions of problems 81, 82 and 83 in C and python, and
solution of problem 84 in C.
2019-09-30 21:41:38 +02:00
579d86d267
Add more solutions
Added solutions for problems 76, 77, 78, 79 and 80 in C and python.
2019-09-30 12:47:03 +02:00
b652bd147f
Add solution for problem 76 in C and python 2019-09-29 20:55:36 +02:00
7c055b749e
Add more solutions and minor corrections
Added solutions for problem 71, 72, 73, 74 and 75 in C and python
and made a few corrections in the code for other problems.
2019-09-29 19:38:39 +02:00
2cdbca922a
Correct problem 9 solution 2019-09-29 18:03:11 +02:00
3a09f3d4f5
Add more solutions and minor improvements
Added solutions for problem 66, 67, 68, 69 and 70 in C and python.
Also, minor improvements to the code for a few older problems.
2019-09-29 13:26:34 +02:00
8e8ac9931a
Add more solutions
Added solutions for problems 61, 62, 63, 65 and 65 in C and python.
2019-09-28 16:22:03 +02:00
68b33e946c
Minor corrections 2019-09-28 12:10:24 +02:00
ec1d1fa446
Improve code 2019-09-28 11:32:21 +02:00
7489196be8
Improve solution for problem 47 2019-09-28 11:31:06 +02:00
ed7031df4d
Add more solutions in python
Added python solutions for problem 56, 57, 58, 59 and 60
2019-09-27 15:16:09 +02:00
9e8d530d9e
Add more solutions in python
Added solutions for problem 51, 52, 53, 54 and 55 in python
2019-09-27 11:58:54 +02:00
3503357703
Add comments
Added comments to all the python solutions implemented so far.
2019-09-26 15:57:04 +02:00
dfb13c083b
Add comments
Added comments to the python code for the first 25 problems
2019-09-26 13:41:22 +02:00
ecdbadba7e
Add comments
Added comments to the C code for all the problems solved so far.
2019-09-26 11:38:04 +02:00
9df4d3fe97
Improve solution for problem 46 2019-09-26 10:42:37 +02:00
b4c85f8f4a
Improve solutions for problems 18, 24 and 25 2019-09-23 20:13:32 +02:00
dd628af770
Correct function count_divisors 2019-09-22 21:15:18 +02:00
95611e4401
Improve solution for problem 11 2019-09-22 20:54:27 +02:00
7f64f15e89
Add comments
Added comments to the code of the first 5 problems in C.
2019-09-22 17:48:52 +02:00
f8cce530b5
Add more solutions
Added solutions for problems from 41 to 5, both in C and python
2019-09-22 17:47:09 +02:00
7bab173c05
Improve code 2019-09-22 13:23:07 +02:00
9db44b9d1f
Improve code 2019-09-22 10:33:18 +02:00
cac80478da
Add more solutions
Added solutions for problems 36, 37, 38, 39 and 40 in python and C
2019-09-21 15:45:18 +02:00
4e6b5c774f
Add function to projecteuler library
Added the function is_palindrome to the projecteuler library
2019-09-21 15:44:42 +02:00
9240a000ca
Add more solutions
Added solutions for problems 33, 34 and 35 in C and python
2019-09-21 10:57:22 +02:00
f3bd132df2 Modify gcd function
Made gcd function recursive
2019-09-21 09:55:19 +02:00
0da9761f00
Add solution for problem 32 in python 2019-09-20 21:48:45 +02:00
cadb92b671
Add solutions for problem 31 2019-09-20 15:12:47 +02:00
c3804247b4
Add more solutions
Added solutions for problems 26, 27, 28, 29 and 30, both in C
and python
2019-09-20 14:51:51 +02:00
6b29655330
Add more solutions
Added solutions for problems 21, 22, 23, 24 and 25 both in C and
in python
2019-09-20 11:12:51 +02:00
606cf399b9
Add more python solutions
Added python solutions for problems 19 and 20
2019-09-19 21:43:55 +02:00