Timeline for Find the Missing Letter
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 17, 2017 at 14:55 | history | edited | Neil | CC BY-SA 3.0 | added 218 characters in body |
| Jul 17, 2017 at 14:53 | comment | added | Neil | @MartinEnder Deduplication is exactly what I wanted all along, and I already forgot Retina has it, sigh... (I know incrementing the first line takes a byte more than decrementing the second line but it made the match regex shorter.) | |
| Jul 17, 2017 at 14:00 | comment | added | Martin Ender | Here is 25, using the same basic idea: tio.run/##K0otycxL/P9fhevQNpV4rpCEgoT4ggQ9LRUulwQ9LsUEPZX///… (I'm decrementing the second line because that saves a byte and then I'm finding the unique char using deduplication.) | |
| Jul 17, 2017 at 10:52 | history | answered | Neil | CC BY-SA 3.0 |