2023-06-06 19:42:51 +02:00

461 B

My Project Euler solutions

These are my solutions in C and Python, not necessarily the best solutions. I've solved most of the first 100 problems, currently working on cleaning the code and uploading it. I will try to solve more problems in the future.

Issues

  • Solutions for problems 82 and 145 in Python run really slow.
  • Solutions for problems 84, 85, 86, 87, 89, 92, 95, 96, 97. 99, 102, 112, 124 and 357 have been implemented in C but not in Python.