Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaweria-b/advent-of-code-2024
My solutions π©π»βπ» to the Advent of Code, an annual set of Christmas-themed π computer programming challenges that follow an Advent calendar.
https://github.com/jaweria-b/advent-of-code-2024
advent-of-code python3
Last synced: about 2 months ago
JSON representation
My solutions π©π»βπ» to the Advent of Code, an annual set of Christmas-themed π computer programming challenges that follow an Advent calendar.
- Host: GitHub
- URL: https://github.com/jaweria-b/advent-of-code-2024
- Owner: Jaweria-B
- Created: 2024-12-01T07:53:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T08:23:47.000Z (about 2 months ago)
- Last Synced: 2024-12-01T09:27:05.718Z (about 2 months ago)
- Topics: advent-of-code, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Advent of Code 2024 Solutions π
Welcome to my **Advent of Code 2024** repository! This is where curiosity meets code, and every puzzle unravels into a story of problem-solving, logic, and a sprinkle of holiday magic! π§©β¨
---
## π What is Advent of Code?
Advent of Code is a festive programming challenge for the holiday season. Every day from December 1st to 25th, new puzzles are released, testing your skills in algorithms, data structures, and critical thinking! π€π---
## π This Repository
Here you'll find:
- β My solutions to **all 30 days** of Advent of Code 2024 (updated daily).
- π οΈ Step-by-step comments and insights into my thought process.
- π Additional resources to learn and explore the logic behind the solutions.---
## π Progress
| Day | Puzzle 1 | Puzzle 2 |
|-----|----------|----------|
| 1 | β | β |
| 2 | β | β |
| 3 | β | β |
| 4 | β | β |
*(Table updates dailyβstay tuned!)*---
## π Why Advent of Code?
- π§ **Sharpen Problem-Solving**: Strengthen your skills while having fun!
- π **Holiday Spirit**: What better way to celebrate the season than with code?
- π€ **Community**: Join thousands of programmers worldwide solving the same puzzles!---
## π οΈ Technologies Used
- π» **Python**: Clean, concise, and perfect for puzzles.
- π **Data Structures**: Lists, dictionaries, heapsβyou name it!
- 𧩠**Algorithms**: Sorting, searching, dynamic programming, and beyond.---
## πΈ Highlights
### Day 1 Excitement!
![Debugging Thrills](https://media.giphy.com/media/3o7abldj0b3rxrZUxW/giphy.gif)
*"Day 1 complete! The joy of debugging and seeing it work is unmatched."*### Day 2 Challenge: Red-Nosed Reports
![Analyzing Data](https://media.giphy.com/media/xT0xeJpnrWC4XWblEk/giphy.gif)
*"Analyzing reports for safetyβitβs all about patterns and precision!"*### Day 3: Mull It Over!
![Lightbulb Moment](https://media.giphy.com/media/jt7bAtEijhurm/giphy.gif)
*"Part 1 was smooth, but Part 2 required some deep thought. Coming up with an innovative solution made it even more rewarding!"*### Day 4: Twisting Paths and Patience
![Coding Focus](https://media.giphy.com/media/l0MYFK2E1jY8z7C2A/giphy.gif)
*"Today's puzzle threw me for a loop with its complexity! After a lot of twists and turns, solving it was incredibly satisfying."*### Day 5: Ordered Chaos
![Reordering Pages](https://media.giphy.com/media/xT9IgzoKnwFNmISR8I/giphy.gif)
*"Reordering pages, validating sequences, and fixing updatesβit was a deep dive into graph traversal and topological sorting. A fantastic challenge!"*---
## π» How to Use
1. **Clone the Repo**:
```bash
git clone https://github.com/Jaweria-B/advent-of-code-2024.git