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
cjmurphy 2016-12-11T18:07:34.000401Z

I'm not too sure how to go about first part of Day 11. Permutations?? Some kind of decision tree?? I've been looking at Clara rules engine to see if can enter in the rules and fire them and see what it comes up with. Funny thing - seems like it could be solved without code.

abarylko 2016-12-11T22:00:27.000403Z

I was thinking about some kind of tree....

samueldev 2016-12-11T23:22:23.000404Z

@cjmurphy lots of people doing it on paperwithout issue

samueldev 2016-12-11T23:22:37.000405Z

one guy commented that he was frustrated that it was easier for him to solve on paper

samueldev 2016-12-11T23:22:49.000406Z

and the creator of AoC replied, stating;

samueldev 2016-12-11T23:23:07.000407Z

“if you have a hard time getting todays problem into code, you will have a bad time for the rest of the competition"

samueldev 2016-12-11T23:23:13.000408Z

which, I donno, doesn’t sound great 😕