Awesome
Advent Of Code 2024
My solutions for Advent Of Code 2024 written in python
Progress
Status | Description |
---|---|
❌ | Problem not attempted yet |
✍ | Working In Progress |
✅ | Problem solved |
day | Part 1 | Part 2 |
---|---|---|
1 | ✅ | ✅ |
2 | ✅ | ✅ |
3 | ✅ | ✅ |
4 | ✅ | ✅ |
5 | ✅ | ✅ |
6 | ✅ | ✅ |
7 | ✅ | ✅ |
8 | ✅ | ✅ |
9 | ✅ | ✅ |
10 | ✅ | ✅ |
11 | ✅ | ✅ |
12 | ✅ | ✍ |
Usage
To use the solution:
- navigate to the folder with needed day
- save your puzzle input in the folder under
input.txt
- run
part_1.py
orpart_2.py
TODO
- Make a downloader script to fetch the puzzle input from the internet
- Make a program to solve all puzzles at once