Skip to content

ItsNiklas/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advent of Code 2024

My solutions for Advent of Code in 2024. Probably done mostly in Python 3.13 🐍.

Keep in mind these are optimized solutions, not necessarily the one I used to solve the problem at first.

Rules:

  • Python: No external libraries, only the standard library.
  • Always a general solution, not just for the input. Any input should work.
  • A short runtime. No brute force solutions.
  • No AI-solutions used! πŸ™…πŸ½β€β™‚οΈ (Contrary to the global leaderboard)

Other:

  • Automatic execution and submission via aocd and watchexec.
  • solutions/ contain the source files to solve the problem, one for each day. Executable via stdin to print both results. Keep in mind they are cleaned solutions. I'd like to keep the two parts in separate functions, even though they might share code.
  • Code is formatted with black.
  • Tiles below are generated via aoc-tiles.

2024 - 46 ⭐ - Python

About

πŸŽ„ Solutions for Advent of Code 2024.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published