From 0f27c7f65a3e35a20245c063aabf2b9e9ced0e50 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Sat, 9 Nov 2024 22:23:42 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e5963d..78cda09 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. - +These are my solutions in C and Python (and a few in Haskell), not necessarily the best solutions. I've solved most of the first 100 problems, and a few others. Currently learning Haskell and implementing solutions for a few problems in it. + # Notes - Solutions for problems 82, 86, 95, and 145 in Python are quite slow. - Solutions for problems 84, 89, 102, and 124 have been implemented in C but not in Python.