develop #1

Merged
Meraj merged 2 commits from develop into main 2026-04-27 00:37:10 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 574ad85ff0 - Show all commits
+1
View File
@@ -227,6 +227,7 @@ public class BonusExercises {
/*
you should return a list of *words* which are palindromic
by word we mean at least 3 letters with no whitespace in it
vv
note: your implementation should be case-insensitive, e.g. Aba -> is palindrome
*/