Solutions to the Advent of Code problem set for 2025.
  • Scheme 99.4%
  • Just 0.6%
Find a file
Christopher Kruse 207b7dceb9 day 10: string parsing, no solution
I managed to stumble my way through the string parsing for this, and I
have a general idea on how I want to process the results (BFS across all
button press state changes, and compare to the desired state).
2025-12-09 22:38:19 -08:00
2025 day 10: string parsing, no solution 2025-12-09 22:38:19 -08:00
.gitignore Day 1: Partial completion 2025-11-30 22:23:22 -08:00
aoc.scm Preparing for Day 1 2025-11-30 20:23:11 -08:00
justfile Day 1: Partial completion 2025-11-30 22:23:22 -08:00
LICENSE Initial commit 2025-12-01 04:02:37 +00:00
README.md Initial commit 2025-12-01 04:02:37 +00:00

aoc-2025

Solutions to the Advent of Code problem set for 2025.