lvrcek / advent-of-code-2020

My Advent of Code 2020 solutions in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code-2020

Advent of Code 2020 solutions in Python.

MIT license

About

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.

Setup

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.

About

My Advent of Code 2020 solutions in Python

License:MIT License


Languages

Language:Python 100.0%