Solutions for Advent of Code 2025, written in JavaScript (Node.js).
This repository contains my daily solutions, notes, and helper utilities used while solving the Advent of Code programming puzzles.
- Node.js (v18+ recommended)
- A basic familiarity with JavaScript
Clone the repository:
git clone https://github.com/<your-username>/adventofcode2025.git
cd adventofcode2025Each day has its own folder:
day01/
day02/
...
day25/
Inside each folder youβll typically find:
dayXX.js # Solution file
input.txt # Puzzle input
testinput.txt # Example input to understand the problem
Run a solution with:
node dayXX.js- Day 01
- Day 02
- Day 03
- Day 04
- Day 05
- Day 06
- Day 07
- Day 08
- Day 09
- Day 10
- Day 11
- Day 12
- Solutions prioritize clarity and correctness over extreme brevity
- Most problems Propably have much more optimized approaches
- This repository is primarily for fun π
This project is provided for personal and educational use. Advent of Code puzzles are created by Eric Wastl and are subject to the Advent of Code terms.
Happy coding & Merry Christmas! πβ¨