/Advent-of-Code-2018

My solutions to Advent of Code 2018 problems.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Advent of Code 2018

My solutions to Advent of Code 2018 problems.

All code found in this repository is licensed under the GNU General Public License v3.0, Copyright (C) 2018 Anders Eriksson. For more information see file 'LICENSE'.

Solved Problems

Day Part One Part Two
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1

TODO

  • Implement Day 11 pt. 2 using Submatrix Sum Queries
  • Debug Day 15 pt. 2
  • Solve Day 19 pt. 2 (analyze code)