Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025

This repository contains solutions to the Advent of Code 2025.

What was in the scope

  • Finding a solution to both parts of each daily puzzle.

  • Sticking solely to Python with no external dependencies.

  • Not reusing any code between any of the daily puzzles.

  • Sticking to synchronous execution on a single thread.

  • Writing correct code that is relatively nice and elegant.

  • Solving each problem in a reasonable amount of time.

  • Answering each part of the puzzle in a separate run.

What was out of scope

  • Strictly validating the input as a whole for each puzzle.

  • Providing the most performant or optimized solution.

  • Making the code more readable or maintainable.

  • Avoiding code duplication or sticking to a convention.

  • Reducing the number of lines or characters in the code.

(If any of the above is fulfilled, it is simply by chance or by habit.)

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages