Timeline for Convert a 32 bit binary IPv4 address to its quad-dotted notation
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 17, 2020 at 9:04 | history | edited | lyxal♦ | CC BY-SA 4.0 | Made post info a level one heading |
| Jan 15, 2020 at 22:00 | comment | added | ElPedro | BTW, even if you don't use the hints, you should really update the answer to correct the identified problem and please feel free to post my suggestions as an improved answer. | |
| Jan 15, 2020 at 21:59 | comment | added | ElPedro | My pleasure, however there are a couple more golfs that I didn't mention. I'll leave those for you to find. Since OP has said that trailing space is alowed then you can save at least 6 more. Have fun :) | |
| Jan 15, 2020 at 17:43 | comment | added | Merin Nakarmi | Thank you @ElPedro for the knowledge. | |
| Jan 15, 2020 at 17:43 | history | edited | Merin Nakarmi | CC BY-SA 4.0 | deleted 4 characters in body |
| Jan 11, 2020 at 8:50 | comment | added | ElPedro | Here are a few hints for 80 bytes Try it online! | |
| Jan 11, 2020 at 8:28 | comment | added | ElPedro | Hi. Small problem in that this outputs an extra "." at the end. Easily fixed by changing j<4 to j<3. Also we normally count bytes and not characters and according to TIO this is 125 bytes. | |
| Jan 10, 2020 at 22:30 | history | answered | Merin Nakarmi | CC BY-SA 4.0 |