adriansliacky / adventofcode

My Advent of Code solutions in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

works badge Apache 2.0 License

You can get to any solution just by clicking on a tile below

2023 - 22 ⭐

2022 - 48 ⭐

These files are also located in each directory: input.txt (my input for the day) and test.txt - which is the file from the AoC examples. So, if you don't want to change anything in the code, just put your input.txt file into folder with the Python solution.

The project has no dependencies.

Some scripts may run slower when using CPython, so I strongly recommend you using PyPy.

All solution print to stdout. Example output:

   >>> print(part1)
   'WCZTHTMPS'
   >>> print(part2)
   'BLSGJSDTS'