Timeline for Remove a letter to make a palindrome
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 28, 2019 at 18:24 | history | edited | G. Sliepen | CC BY-SA 4.0 | @ceilingcat strikes again. |
| Aug 22, 2019 at 17:51 | comment | added | G. Sliepen | @ceilingcat That &&!++p is just devious to explain :) | |
| Aug 22, 2019 at 17:49 | history | edited | G. Sliepen | CC BY-SA 4.0 | Added ceilingcat's improvements, removed check for empty input.; edited body |
| Aug 21, 2019 at 18:46 | history | edited | G. Sliepen | CC BY-SA 4.0 | Remove superfluous braces thanks to ceilingcat. |
| Aug 21, 2019 at 18:39 | history | edited | G. Sliepen | CC BY-SA 4.0 | Ungolfing is harder than it seems. |
| Aug 21, 2019 at 18:23 | history | edited | G. Sliepen | CC BY-SA 4.0 | Avoid unnecessary repetition of `p++` |
| Aug 21, 2019 at 18:14 | history | edited | G. Sliepen | CC BY-SA 4.0 | Got rid of `if` and `else`. |
| Aug 21, 2019 at 17:34 | history | answered | G. Sliepen | CC BY-SA 4.0 |