Skip to content

jdebetaz/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

This repository contains my solutions to Advent of Code challenges, organized by year with each year implemented in a different programming language.

Repository Structure

Each year has its own folder with solutions implemented in a specific programming language:

adventofcode/
├── 2025/          # Rust
│   ├── day1/
│   ├── day2/
│   └── ...
└── README.md

Languages by Year

Year Language Status
2025 Rust Completed

Running Solutions

Each year's folder contains specific instructions for running solutions in that language. See the README in each year's directory for details.

About Advent of Code

Advent of Code is an annual set of Christmas-themed programming challenges that can be solved in any programming language. Each day from December 1st to December 25th, a new two-part puzzle is released.

Progress

  • 2025: Days completed: Check individual day folders

Notes

  • Each day's folder contains the puzzle input (input.txt) and solution code
  • Solutions prioritize readability and learning over performance
  • Each year explores a different programming language to broaden skills

License

This project is open source and available for educational purposes.


⭐ Happy Coding! ⭐

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages