Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 469 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 469 Bytes

Contents

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.

Running the code

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