Skip to main content

30 posts tagged with "Advent"

View All Tags

· One min read

This problem was similar to the Marble Game on day 9, so I started with a solution similar to the one I used for that problem, using a linked list and having the two elves as linked list nodes that can move along the list. It worked fine for the first part of the problem, but started running pretty slow for the second part of the problem.

· 3 min read

Another harder problem. The first part was pretty simple and didn't take me too much time to solve, but adapting for the second part of the problem took a lot more time.