adventofcode

Happy Advent 2020! Please put answers in the pinned threads or create one if it does not exist yet. | https://github.com/adventofcode-clojurians/adventofcode-clojurians | Join the private leaderboard with code 217019-4a55b8eb
2019-12-24T11:43:41.065800Z

Today was a breeze. Did not expect 😌

rjray 2019-12-24T18:17:47.066600Z

Struggled a bit with part 2 of today, as I wasn’t handling edge-cases of the recursion quite right.

rjray 2019-12-24T18:18:13.067100Z

Finally caught up completely, just waiting for the last day to unlock.

Mario C. 2019-12-24T22:27:33.067800Z

So tempted to use the solution "by-hand" for day 17 part 2 xD

erwinrooijakkers 2019-12-24T22:41:01.068700Z

Playing catch up. Here’s my day 13: https://github.com/transducer/adventofcode/blob/master/src/adventofcode/2019/day13.clj Looking back visualization was not necessary, just keep the bat underneath the ball. :)