Skip to content

lvrcek/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages