This repository contains my solutions for the Advent of Code 2024 challenges. This repository is a collection of my solutions in JavaScript. My solutions are not necessarily the most efficient or elegant, but they are the product of my own work and reflect my own learning process. I hope that you find them useful!
Day | Part 1 | Part 2 |
---|---|---|
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 |
To run the solution for a given day, simply run the corresponding JavaScript file. For example, to run the solution for Day 1, run the following command:
node day-01
Feel free to explore the solutions and compare approaches. Happy coding!