/aoc_py

Solving Advent of Code puzzles using Python. For years 2015 - 2019

Primary LanguagePython

aoc_py

Solutions of Advent of Code puzzles with Python. From 2015 to 2020.

Visit Advent of Code for the puzzle descriptions.

File structure

Each solutions are inside year_<year> module. The Python files are in day_<day>.py format. Input data files for each year is inside the year_<year>/files/<day>.dat file.

Adding a new solution

To add a new solution, simply type python scripts/gen.py <year> <day> and a new file structure will be created for you.

Completed solutions

2015

Problem Descriptions

Day 1 Day 2 Day 3

2016

Problem Descriptions

Day 1 Day 2 Day 3

2017

Problem Descriptions

Day 1 Day 2 Day 4

2018

Problem Descriptions

Day 1 Day 2

2019

Problem Descriptions

Day 1 Day 2

2020

Problem Descriptions

Day 1

2021

Problem Descriptions

Day 1