-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dcd1052
commit 597a9eb
Showing
4 changed files
with
1,037 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,6 @@ | ||
# Advent of Code 2024 solutions 🎄 | ||
|
||
Hey there! This repo has my Python solutions for the Advent of Code 2024 challenges. Enjoy! 🎅 | ||
|
||
![Stars](https://img.shields.io/badge/stars%20⭐-2-yellow) | ||
![Days Completed](https://img.shields.io/badge/days%20completed-1-red) | ||
|
||
## All days | ||
|
||
| Task | Solution | Stars | | ||
| ------------- | :-------------: | :----: | | ||
| [Day 1](https://adventofcode.com/2024/day/1) | [here](src/day1.py) | :star::star: | | ||
| Day 2 | | | | ||
| Day 3 | | | | ||
| Day 4 | | | | ||
| Day 5 | | | | ||
| Day 6 | | | | ||
| Day 7 | | | | ||
| Day 8 | | | | ||
| Day 9 | | | | ||
| Day 10 | | | | ||
| Day 11 | | | | ||
| Day 12 | | | | ||
| Day 13 | | | | ||
| Day 14 | | | | ||
| Day 15 | | | | ||
| Day 16 | | | | ||
| Day 17 | | | | ||
| Day 18 | | | | ||
| Day 19 | | | | ||
| Day 20 | | | | ||
| Day 21 | | | | ||
| Day 22 | | | | ||
| Day 23 | | | | ||
| Day 24 | | | | ||
| Day 25 | | | |
Oops, something went wrong.