From 3ec3318a1bd5f985170f96a1437856b544990e15 Mon Sep 17 00:00:00 2001 From: ozgurozbekuk Date: Sun, 12 Jan 2025 19:20:56 +0200 Subject: [PATCH] updated solution readme list --- solutions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/solutions/README.md b/solutions/README.md index 2ff7d897d..30711173b 100644 --- a/solutions/README.md +++ b/solutions/README.md @@ -41,6 +41,7 @@ while corresponding test files are maintained in the `tests` folder. | `check_prime_number.py` | Given a positive int if it is a prime number| Özgür | | `password_strength.py` | Checks the strength of a password| Anas | | `decimal_to_binary.py` | Converts decimal to its equivalent binary| Anas | +| `longest_word.py` | Find longest word in sentences| Özgür | ---