Timeline for The Path Of The Wildebeest
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 27, 2019 at 23:32 | history | edited | Solomon Ucko | CC BY-SA 4.0 | Golfed even more |
| Jan 27, 2019 at 23:24 | comment | added | Jonathan Allan | ...infact .5-x-y gives yet one more :) | |
| Jan 27, 2019 at 23:18 | comment | added | Jonathan Allan | 0.5->.5 for another byte save; A**2->A*A for one more. | |
| Jan 27, 2019 at 23:01 | history | edited | Solomon Ucko | CC BY-SA 4.0 | Golfed more with help of comments |
| Jan 27, 2019 at 22:59 | comment | added | Solomon Ucko | @Deadcode That's why my code says -x-y instead of x+y. x-y turns into itself after flipping the order and the signs. | |
| Jan 27, 2019 at 22:47 | comment | added | Deadcode | FWIW, that math.se answer has x and y swapped and both negative relative to the coordinate system in this challenge (where positive x is right and y is up). Not that it'd make any difference due to the symmetries, but still. | |
| Jan 27, 2019 at 22:45 | comment | added | Jonathan Allan | ...how about this for 284? EDIT... this for 278 | |
| Jan 27, 2019 at 22:36 | comment | added | Jonathan Allan | No need for q and a zip is shorter for the tuples: 306 bytes may still be golfable of course | |
| Jan 27, 2019 at 22:26 | history | edited | Solomon Ucko | CC BY-SA 4.0 | Golfed code (https://codegolf.stackexchange.com/questions/179157/the-path-of-the-wildebeest/179159#comment431883_179159) |
| Jan 27, 2019 at 22:21 | comment | added | Jonathan Allan | for a,b in ( -> for a,b in( (maybe you can golf the delta tuple of tuples itself too) | |
| Jan 27, 2019 at 21:36 | history | answered | Solomon Ucko | CC BY-SA 4.0 |