Fork me on GitHub
#adventofcode
<
2016-12-29
>
cjmurphy07:12:49

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

poooogles15:12:10

@cjmurphy Check the pinned items.

mnespor15:12:25

not mine (yet)!

cjmurphy15:12:51

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 🙂