Commit Graph

15 Commits

Author SHA1 Message Date
Thuan Bui aa6cde3a79 Complete excersie 9 2025-02-26 10:21:22 +09:00
MaoShizhong 461c852f98 Use const for palindrome solution variable (#439) 2024-03-03 01:44:34 +00:00
MaoShizhong f215901131 Replace palindromes exercise solution with non-regex version (#438)
Adapted the non-regex solution provided in the solutions branch (which
was not brought over to the main branch's solution file) to pass the
current test suite.
Cleaned formatting of comments and reworded for clarity.
2024-03-02 13:57:16 +00:00
MarLatte 0d75cc0814 Update palindrome test to match solution test 2023-05-20 03:07:57 -04:00
MarLatte e8fc8ce41e Update palindromes to handle numbers better
The previous solution removed numbers entirely, whereas this one treats
them like letters and checks if they are evenly spaced.

More importantly, the old solution test seemed to check if the numbers
were palindromic, but because the solution replaced them with "", it
wasn't testing what it seemed to.

I added a new test to differentiate between the palindromic "rac3e3car"
and the non-palindromic "r3ace3car".

These changes also obviate the problems raised in Issue #355.
2023-05-20 02:47:17 -04:00
thatblindgeye 045f1b0306 Update solutions file for palindrome 2023-04-08 15:44:15 -04:00
Eric Olkowski 34d63cc59d Merge pull request #320 from mariustelcean96/patch-2
09_palindromes: Add test for strings with numbers
2023-04-08 15:42:52 -04:00
thatblindgeye e416717ba9 Remove test skips for solutions 2023-02-01 18:58:58 -05:00
thatblindgeye 2ec0f4344d Updated file paths 2023-02-01 18:53:54 -05:00
Telcean Marius-Andrei 83d3dcd1dd Add test for strings with numbers
Proposed by @thatblindgeye.
2023-01-28 16:26:19 +02:00
thatblindgeye 4a112362c8 Update files 2023-01-21 12:53:41 -05:00
thatblindgeye fb1a2db8d7 Add solution directories for exercises 2022-02-20 14:07:44 -05:00
Mclilzee 1acdfccb5d Fix palindromes false positive test 2022-02-08 20:52:06 +01:00
Briggs Elsperger 74ab0b7cc6 add clarifiying comment about not removing code 2021-09-11 16:18:55 -06:00
Benjo Kho 61f38bf60c Rename folders with numbers and underscores 2021-08-07 14:52:11 +08:00