/Advent_of_code

My solutions to the Advent of code puzzles.

Primary LanguagePythonMIT LicenseMIT

🎄 Advent of code

Language Size Open Source


This repository contains the solutions of the Advent of Code challenges from 2024 in Python.



📋 Summary


🗂️ Available solutions

Day 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
1 ✱ ✱
2 ✱ ✱
3 ✱ ✱
4 ✱ ✱
5 ✱ ✱
6 ✱ ✱
7 ✱ ✱
8 ✱ ✱
9 ✱ ✱
10 ✱ ✱
11 ✱ ✱
12 ✱ ✱
13 ✱ ✱
14 ✱ ✱
15 ✱ ✱
16 ✱ ✱
17 ✱ ✱
18 ✱ ✱
19 ✱ ✱
20 ✱ ✱
21 ✱ ✱
22 ✱ ✱
23 ✱ ✱
24 ✱ ✱
25 ✱ ✱

🚀 Run the solutions

To run the solutions, you need to have Python installed on your machine. If you don't have it, you can download it here. Then, you can use the following command to run the solutions:

python 2024/01/solution.py

🙏 Credits