This repo contains my solutions to the advent of code problems of multiple years, implemented in python. For some of the problems, a smaller input file for testing is included.
The code can be run in an environment with python installed by: python <path/to/file_to_run>.py
Most problems have two methods, part_1
and part_2
. By changing which method is called in main
the output is the solution for the corresponding part