Welcome to my solutions for the Advent of Code challenges. This repository contains code solutions to the daily coding puzzles of Advent of Code, an annual coding event.
Clone the repository:
git clone https://github.com/yourusername/advent-of-code.git
cd advent-of-codeEnsure you have Node.js installed. To run a specific solution, navigate to the corresponding day folder and execute the script. For example:
node solution.js| Day | Challenge | Language | Solution |
|---|---|---|---|
| 1 | Historian Hysteria | JavaScript | Day 1 Solution |
| 2 | Red-Nosed Reports | JavaScript | Day 2 Solution |
| 3 | Mull It Over | JavaScript | Day 3 Solution |
| 4 | Ceres Search | Python | Day 1 Solution |
| Day | Challenge | Language | Solution |
|---|---|---|---|
| 1 | Trebuchet?! | JavaScript | Day 1 Solution |
| 2 | Cube Conundrum | JavaScript | Day 2 Solution |
| 3 | Gear Ratios | JavaScript | Day 3 Solution |
| ... |
Check out the official Advent of Code website for more information on the coding challenges.
Happy Coding! πβ¨
