Skip to content

sebastianlay/AdventOfCode2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2025

My solutions for the Advent of Code 2025, using .NET 10 and C# 14.

A few rules and goals I set for myself:

  • All solutions are self-contained, meaning:
    • Each solution has exactly one code file and one project file
    • No external dependencies / NuGet packages
    • No shared libraries or extensions
  • Use top-level statements only and reduce file length
    • No namespaces, no explicit main method
    • All code files are less than 100 lines
    • Moving usings to the project files is allowed
    • All while still maintaining a decent level of readability
  • Find reasonably efficient algorithms
    • Each solution should complete in less than one second
    • The required memory should be less than 1 GB

A few things I learned / tried out with this project:

About

My solutions for the Advent of Code 2025, using .NET 10 and C# 14.

Topics

Resources

Stars

Watchers

Forks

Languages