67 Commits

Author SHA1 Message Date
7c72d0d5f1 Fix C code with astyle 2024-12-15 11:17:25 +01:00
48503b8e27 Style improvement 2024-02-20 19:46:29 +01:00
a24f670f16 Fixed small bug in p357.c 2023-06-08 11:18:46 +02:00
ffc8983878 Add python solution for problem 96 2023-06-08 10:30:00 +02:00
f827fd5dd6 Fix small bug in p092.c 2023-06-07 22:00:19 +02:00
053b9e572b Add problem 96 solution in C 2023-06-06 17:23:34 +02:00
751f80ef47 Remove unused variables 2019-10-11 19:02:50 +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
a6f86db117 Addo solution for problem 112 in C 2019-10-03 18:15:41 +02:00
3b3a563319 Add solution for problem 104 in C 2019-10-03 15:17:27 +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
3836e41c75 Add solutions for problems 97 and 99 in C 2019-10-02 17:58:17 +02:00
899be1ccf5 Minor changes 2019-10-02 14:23:01 +02:00
9e247f1624 Improve problem 95 solution 2019-10-02 12:47:03 +02:00
e7f8e6f633 Improve solution for problem 95 2019-10-02 11:41:38 +02:00
d8d6d56633 Add more solutions
Added solutions for problems 85, 86, 87, 89, 92 and 95 in C.
2019-10-02 09:35:23 +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
a0c7f5c6f7 Correct problem 54 solution 2019-09-27 10:25:55 +02:00
88a5886ead Correct typo 2019-09-26 18:20:26 +02:00
5698ab4b77 Correct problem 52 solution 2019-09-26 18:08:10 +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
a82d270691 Improve solution for problem 43 2019-09-26 10:23:01 +02:00
80719a58f8 Add comments
Added comments to the code of problems 36, 37, 38, 39 and 40 in C.
2019-09-25 21:41:58 +02:00
325dcc3507 Clean code 2019-09-25 21:00:15 +02:00
42511baeee Add more solutions in C
Added solutions for problems 56, 57, 58, 59 and 60 in C.
2019-09-25 19:23:40 +02:00
f017e59241 Add more solutions in C
Added solutions for problem 51, 52, 53, 54 and 55 in C.
2019-09-25 17:43:40 +02:00
4ac079286e Add comments
Added comments for problems 31, 32, 33, 34 and 35 in C.
2019-09-25 17:42:58 +02:00
85c692bd1b Add comments
Added comments for problems from 26 to 30 in C.
2019-09-24 21:29:00 +02:00
3f55f7c3d8 Add comments
Added comments to the C code for problems from 16 to 25
2019-09-23 20:14:26 +02:00
b4c85f8f4a Improve solutions for problems 18, 24 and 25 2019-09-23 20:13:32 +02:00
593d52144d Improve solution of problem 18 2019-09-23 08:47:23 +02:00
8338e81670 Clarify comment 2019-09-23 07:58:22 +02:00
c4b8566bb4 Add comments
Added comments to code for problem 11 to 14
2019-09-22 21:35:10 +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
29dce902bb Add comments
Added comments to the code of problems from 6 to 10 in C.
2019-09-22 18:52:25 +02:00
846cb06c90 Improve error handling
Added error handling in case of memory allocation error for
problems 35, 46, 47, 49 and 50.
2019-09-22 18:26:36 +02:00