Skip to content

9thbit/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2019

My solutions to Advent of Code 2019.

Layout

There is a folder for each day's problem, and they are intended to be standalone as much as possible. The solution files have a main() method at the bottom which delegates to some helpers.

Environment

Solutions are written in Python 3. Some contain language features added in Python 3.8 😍 so may not run on earlier Python versions.

Non-trivial solutions have associated tests that can be run with pytest.

About

My solutions to @topaz's Advent of Code 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages