Timeline for Print a Tabula Recta!
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 10, 2017 at 19:17 | comment | added | Jakube | 122: goo.gl/zRsBbR | |
| Sep 10, 2017 at 19:12 | comment | added | Jakube | 124 bytes: goo.gl/efSLKQ This is just your solution, but I've managed add a few additional substitutions, so that you only need to write out the alphabet once. Used the same strategy on similar problem as well. | |
| Apr 13, 2017 at 12:39 | history | edited | CommunityBot | replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/ | |
| Aug 2, 2016 at 9:42 | comment | added | Martin Ender | @Jakube I tried that as well but wasn't getting anywhere. It's too hard to avoid messing up the subsequent instructions as well. | |
| Aug 2, 2016 at 8:56 | comment | added | Jakube | Nice one. Yesterday I experimented a little bit with a different idea. I wanted to substitute each character in each line. Something like A->B, B->C, ... But it didn't quite work. Removing the first char and appending it at the end is definitly a much better approach. | |
| Aug 2, 2016 at 7:55 | history | edited | Martin Ender | CC BY-SA 3.0 | added 3851 characters in body |
| Aug 2, 2016 at 7:30 | history | answered | Martin Ender | CC BY-SA 3.0 |