Timeline for Find the first run of numbers summing to n
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 10, 2023 at 20:56 | comment | added | Kjetil S |
@NahuelFouilleul – Nice, I thought about regex but not this inner (??{}) magic. Your answer can be shortened to 62 bytes.
|
|
| Jan 10, 2023 at 20:33 | comment | added | Kjetil S |
@NahuelFouilleul – I was sure one for would be shorter than two. But there you go :-)
|
|
| Jan 10, 2023 at 17:02 | comment | added | Nahuel Fouilleul | otherwise another 71 bytes with a regex, if 1-based indexing accepted for the end | |
| Jan 10, 2023 at 16:59 | comment | added | Nahuel Fouilleul | -13 bytes using nested for syntax | |
| Jan 10, 2023 at 15:44 | history | answered | Kjetil S | CC BY-SA 4.0 |