Timeline for Remove a letter to make a palindrome
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 9, 2023 at 7:18 | history | edited | Philippos | CC BY-SA 4.0 | In line 3 I don't change the order anymore, so I can use & instead of repeating all groups |
| Oct 6, 2023 at 13:45 | history | edited | Philippos | CC BY-SA 4.0 | Shorter to add the trailing : right at the beginning |
| Oct 6, 2023 at 10:33 | history | edited | Philippos | CC BY-SA 4.0 | Stupid me! I can add the default -1 at the start to avoid extra treatment. Greedy .* always takes the last possible solution. |
| Oct 6, 2023 at 10:05 | history | answered | Philippos | CC BY-SA 4.0 |