ββββββββββββββββββ¦βββββββββββββββββββββββ ββββββββββββ β ββ£β ββββββ βββ β β βββ ββ βββββ β ββ ββ ββ ββββ βββββββ β© β©βββββββββββ© β© β© ββββββ© ββββββββββββββ ββββββββββββ ββββββββββββββββββββββ―β«β°β β°β«β―ββββββββββββββββββββββββββββ
Welcome to my Advent of Code 2025 solutions repository! πβ¨
Advent of Code is an annual programming event that takes place every December. Each day, a new coding puzzle is released, challenging participants to solve problems using their favorite programming languages. It's a great way to improve your problem-solving skills, learn new algorithms, and have fun with the global developer community.
This repository contains my solutions for the Advent of Code 2025 challenges. Each task is organized by day, and you will find source code, explanations, and any relevant notes for each puzzle. The main goal of this project is to:
- Practice and improve my coding skills
- Explore different problem-solving techniques
- Document my thought process and solutions
- Share my progress with others
Feel free to browse the code, suggest improvements, or discuss alternative approaches!
- Each day's solution is located in its own folder (e.g.,
task-1/,task-2/, ...). - Source code is written in Rust.
- Additional files may include input data, notes, and explanations.
To run a specific day's solution:
- Navigate to the corresponding folder (e.g.,
task-1/). - Use Cargo to build and run the project:
cargo run
This project is open source and available under the MIT License.
Happy coding and good luck with Advent of Code 2025! π