Skip to content

Afonso-2403/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages