Skip to content

Unpolished Python solutions to Advent of Code 2020 🎄

Notifications You must be signed in to change notification settings

kesyog/adventofcode2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

Increasingly hacky solutions to Advent of Code 2020.

Mostly done in Python in an Jupyter notebook and then marginally cleaned up afterward. There's a strong emphasis on getting a solution as fast as possible i.e. with minimal input validation, unit tests, etc. 🚢

Running

Python 2/3

Grab input text file from Advent of Code and pass it an argument to each day's solution script. For example, to run day 1:

day1/p1.py <path to input file>

About

Unpolished Python solutions to Advent of Code 2020 🎄

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published