rlaker / Advent-of-Code

My attempts at Advent of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent-of-Code

My attempts at Advent of Code. I intially heard about this through this article, so I have adopted their testing framework for some of the tasks.


Helpful articles

For some of these tasks I had to look for help, here are some the articles I used.

  • This repo is very helpful in general to explain the problems and show interesting solutions.
  • Day 6 Lanternfish: Got a bit lost here as I fell into the trap of making individual fish instead of tracking their numbers. I eventually incorporated a solution based on this article
  • Day 8 Seven Segment Search: I so nearly did this one but I had too many if and for statements to understand my issue. This article helped simplify my approach.

About

My attempts at Advent of Code


Languages

Language:Python 100.0%