A bunch of terrible code to fulfill the requirements of the Advent of Code (http://adventofcode.com/).
Here's my done-ness to date:
| Day | Part 1 | Part 2 |
|---|---|---|
| 01 | Done | Done |
| 02 | Done | Done |
| 03 | Done | Done |
| 04 | Done | Done |
| 05 | Done | Done |
| 06 | Done | Done |
| 07 | In Progress | |
| 08 | ||
| 09 | ||
| 10 | ||
| 11 | ||
| 12 | ||
| 13 | ||
| 14 | ||
| 15 | ||
| 16 | ||
| 17 | ||
| 18 | ||
| 19 | ||
| 20 | ||
| 21 | ||
| 22 | ||
| 23 | ||
| 24 | ||
| 25 |
I'm getting suspicious. This was too easy.
I'm super tired so I couldn't think past brute force. I hope to revisit this one with a more interesting solution.
Getting back to the grind!
Executed using perl just to get it done since i'm tired. Will add more languages as time permits.