1
0
Fork 0
Monorepo for all old Advent of Code solutions
Go to file
Jonathan Chan 1da1b714b5 Updated custom library.
This includes removing all of the grid-related functions.
I think they need to be rethunk, since I keep inconsistently using
either (x, y) or (r, c) as coordinates, and those are swapped.
Coordinates should probably also be some sort of position struct.
If I need that old code, I can always just look at last year's library.
2024-12-10 08:32:07 -05:00
input Day 20, Part 2. 2024-12-10 08:32:07 -05:00
src Updated custom library. 2024-12-10 08:32:07 -05:00
.gitignore Day 15. 2024-12-10 08:32:07 -05:00
README.md Initial commit 2024-12-10 08:17:53 -05:00
lib.rkt Updated custom library. 2024-12-10 08:32:07 -05:00
stats.rkt Added lists->hash to lib.rkt. 2024-12-10 08:32:07 -05:00
template.rkt Fix library; use threading in Day 7. 2024-12-10 08:32:07 -05:00

README.md

Advent of Code

This is a monorepo for all my advent of code solutions; each branch is named after its year.