Timeline for Draw a Fibonacci Swoosh
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 9, 2024 at 13:41 | comment | added | Blue | Oh yeah, it took me a second to figure out what is happening, it most certainty won't be worth it. Good job! | |
| Apr 9, 2024 at 10:33 | comment | added | matteo_c | First, I have to introduce another variable (let's call it e) in the signature, since I need the value of k unaltered for the next calls; the same holds for the other parameters, except for x which is modified before the function terminates. This already adds up to +6 bytes, so... I won't try to get it work, you're free to prove me wrong :) | |
| Apr 9, 2024 at 10:29 | comment | added | matteo_c | @Blue maybe, apart from the fact that it would be another language (GCC -O0), I've just tried and I can't get it work, and I don't think it's doable without adding less then 9 bytes. | |
| Apr 9, 2024 at 9:11 | comment | added | Blue | I think you can get rid of return k in z(k,s,f,x) as it's already the first argument. Reference | |
| Apr 6, 2024 at 12:23 | history | answered | matteo_c | CC BY-SA 4.0 |