This repository contains all my solutions to the adventOfCode challenges.
If you're not familiar with it, I highly recommend checking out their website as they offer some exciting algorithmic problems.
Each script corresponds to a specific challenge and can be launched independently.
To get started :
- Login or sign in to the AoC platform
- Save your session cookie in a file name .session-cookie at the root of the project
- Run the script using the following command :
python ./2022/chall10.py
- The result will be displayed in your terminal