Skip to content

My solutions for the Advent of Code programming challenges

Notifications You must be signed in to change notification settings

monk-time/advent-of-code

Repository files navigation

advent-of-code

My solutions in Python 3 and JavaScript (ES2015+) for Advent of Code"a series of small programming puzzles for a variety of skill levels."

How to run

All .js files should be run in Firefox/Chrome console on the puzzle's /input page.

Python solutions have inputs already downloaded into input/ folder and can be run as stand-alone files:

python year2019/aoc17.py

Python solutions have tests written in pytest.

Problem descriptions

Detailed problem descriptions for each year can be found here: