Welcome to my Advent of Code repository! This is where I'll be solving the challenges from Advent of Code, aiming to polish up my algorithmic problem-solving skills using JavaScript. In this repository, you'll find solutions to the daily challenges.
- Day 1: Trebuchet
- Day 2: Cube Conundrum
- Day 3: Gear Ratios
- Day 4: Scratchcards
- Day 5: If You Give A Seed A Fertilizer
- Day 6: Wait For It
- Day 7: Camel Cards
- Day 8: Haunted Wasteland
- Day 9: Mirage Maintenance
- Day 11: Cosmic Expansion
- Day 13: Point of Incidence
- Day 15: Lens Library
- Day 19: Aplenty
- Day 24: Never Tell Me The Odds
To run the solutions, you can navigate to each day's directory and execute the respective JavaScript file using Node.js.
cd day_01
node solutions.js