Timeline for Spelling on a Grid
Current License: CC BY-SA 4.0
18 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 20, 2024 at 18:08 | answer | added | nyxbird | timeline score: 0 | |
| Nov 19, 2019 at 18:00 | history | tweeted | twitter.com/StackCodeGolf/status/1196850814087835651 | ||
| Oct 30, 2019 at 16:21 | answer | added | Grimmy | timeline score: 1 | |
| Oct 28, 2019 at 21:50 | comment | added | Neil | Well, it turns out that padding doesn't help me, but I saved 4 bytes anyway just trying to get some benefit from it. | |
| Oct 28, 2019 at 12:30 | comment | added | AdmBorkBork | @Neil Not necessarily, because you can optionally pad the z line with spaces. | |
| Oct 26, 2019 at 5:01 | answer | added | Jonah | timeline score: 4 | |
| Oct 25, 2019 at 23:14 | answer | added | Neil | timeline score: 0 | |
| Oct 25, 2019 at 22:58 | comment | added | Neil | Is there a unique output for the inputs "zy" and 5? | |
| Oct 25, 2019 at 22:00 | history | became hot network question | |||
| Oct 25, 2019 at 21:45 | answer | added | Kateba | timeline score: 2 | |
| Oct 25, 2019 at 20:33 | answer | added | G. Sliepen | timeline score: 2 | |
| Oct 25, 2019 at 20:30 | comment | added | Nick Kennedy | not really. A list of integers from 0 to 25 where there is a one-to-one correspondence to the letters A to Z and a width as the second input isn’t really any different. I.e. rather than "codegolf" and 10, you would have [2,14,3,4,6,14,11,5] and 10. Anyway, it’s your challenge, so happy to go with whatever you prefer; my current answer takes a word of lower case letters as its first argument as per the spec. | |
| Oct 25, 2019 at 20:13 | comment | added | AdmBorkBork | @NickKennedy No, that would radically change the input from "a string and a width." | |
| Oct 25, 2019 at 19:47 | comment | added | Nick Kennedy | Can we take the input as a list of integers from 0 to 25 rather than lowercase letters? My Jelly answer spends 4 bytes converting the letters into integers, and in general IO is less interesting for codegolf. | |
| Oct 25, 2019 at 19:44 | answer | added | Nick Kennedy | timeline score: 3 | |
| Oct 25, 2019 at 14:38 | answer | added | Arnauld | timeline score: 5 | |
| Oct 25, 2019 at 14:21 | answer | added | ngn | timeline score: 6 | |
| Oct 25, 2019 at 13:49 | history | asked | AdmBorkBork | CC BY-SA 4.0 |