Advent of Code is a yearly event that starts on December 1st and runs until December 25th. Each day features a unique programming challenge, providing a fun and educational way to improve your problem-solving and coding skills. Learn more and participate at adventofcode.com.
This is a repository containing solutions to Eric Wastl's Advent of Code challenges. All solutions are implemented in JavaScript and can be run using either Node.js or Bun.
- Ensure you have Node.js or Bun installed on your machine.
- Clone this repository:
git clone https://github.com/vikasganiga05/adventofcode.git
- Navigate to the specific year's directory and day:
cd 2024/1
- Run the solution:
Or, if you're using Bun:
node index.js
bun run index.js
Completed: 0 / 25 (0%) Ongoing: Stay tuned as I tackle more puzzles throughout the season!
Day | Status | Solution Link |
---|---|---|
Day 01 | ✅ Completed | View Solution |
Day 02 | ⬜ Pending | View Solution |
Day 03 | ⬜ Pending | View Solution |
Day 04 | ⬜ Pending | View Solution |
Day 05 | ⬜ Pending | View Solution |
Day 06 | ⬜ Pending | View Solution |
Day 07 | ⬜ Pending | View Solution |
Day 08 | ⬜ Pending | View Solution |
Day 09 | ⬜ Pending | View Solution |
Day 10 | ⬜ Pending | View Solution |
Day 11 | ⬜ Pending | View Solution |
Day 12 | ⬜ Pending | View Solution |
Day 13 | ⬜ Pending | View Solution |
Day 14 | ⬜ Pending | View Solution |
Day 15 | ⬜ Pending | View Solution |
Day 16 | ⬜ Pending | View Solution |
Day 17 | ⬜ Pending | View Solution |
Day 18 | ⬜ Pending | View Solution |
Day 19 | ⬜ Pending | View Solution |
Day 20 | ⬜ Pending | View Solution |
Day 21 | ⬜ Pending | View Solution |
Day 22 | ⬜ Pending | View Solution |
Day 23 | ⬜ Pending | View Solution |
Day 24 | ⬜ Pending | View Solution |
Day 25 | ⬜ Pending | View Solution |
Thanks for visiting! Feel free to star ⭐ the repository if you find it helpful or inspiring. Contributions and suggestions are always welcome. Happy coding! 🎅✨