Advent of Code 2020 solutions in Python.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
Puzzles, code and design are created by Eric Wastl.
Each day consists of two Python scripts, one for each task.
In order to get a solution, copy your generated input into a in.txt
file, save that file into a directory of the corresponding day, and simply run the Python script for the task you want solved.