Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 489 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 489 Bytes

Advent of Code Solutions

My solutions for Advent of Code, written in Python.

My goal here is to solve each question as quickly as I can as well as learn new ways to use (and abuse) the Python language. Code will not necessarily be pretty or efficient.

Solutions are organized by year and then by question. Each folder contains my personal input (input.txt) and the code (solution.py). Extra packages used are listed in requirements.txt for that year.