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-29T07:03:49.000461Z

I had some trouble with the second part of day 22. Can anyone suggest a finished/correct pinned Github repo to study?

2016-12-29T15:08:10.000462Z

@cjmurphy Check the pinned items.

mnespor 2016-12-29T15:27:25.000463Z

not mine (yet)!

cjmurphy 2016-12-29T15:29:51.000464Z

So far I've looked at a couple. One cleanly coded and worked for the example but not the real data. Another has a comment to the effect that it works but is a bit scrappy. The cleanly coded one seems to get into a recursive loop moving the node-that-has-enough-capacity around. So I might change it to remove loops as a possibility. "My code isn't a mess and it works" <-- looking for that 🙂