Skip to content

kernzerfall/aoc25

Repository files navigation

Some of my solutions to Advent of Code 2025 that I found mathematically
interesting. Focus is on _math_, and _not_ speed or efficiency.

If a solution to a day/part is missing, I either bruteforced it, or
couldn't do it in pure Haskell (i.e. used Monad.ST or similar).

All solutions expect the input on stdin.

Highlights:
	- d01-b: total variation
	- d02-a: finite arithmetic progressions
	- d02-b: combinatorial inclusion-exclusion
	- d05-b: orthogonalisation + lebesgue measure over integer lattice
	- d07-b: backward induction

About

Some mathematically interesting pure Haskell solutions to Advent of Code 2025

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published