Skip to content

Commit

Permalink
Merge pull request #151 from MIT-Emerging-Talent/longest_word
Browse files Browse the repository at this point in the history
updated solution readme list
  • Loading branch information
Bikaze authored Jan 16, 2025
2 parents cedd98b + ed891a0 commit 9e9cfff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solutions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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 |
| `count_character.py`| counts occurrences of a character in a string| Mohamed|
| `is_positive.py` | Determines if a given number is positive | Faisal |
| `is_palindrome.py` | Checks string palindrome properties | Faisal |
Expand Down

0 comments on commit 9e9cfff

Please sign in to comment.