1
0
Fork 0
Monorepo for all old Advent of Code solutions
Go to file
Jonathan Chan abfec61775 Day 15. Also, some code cleanup:
- Modified IntCode interpreter to be entirely functional (via functional
vector-set!*) and fixed a bug
- Removed `zip` since it can be implemented as map
- Reimplemented `transpose` more idiomatically
- Added functions for creating, converting, displaying grids stored in
vector, list, and hashtable forms
2024-12-10 08:25:34 -05:00
input Day 15. Also, some code cleanup: 2024-12-10 08:25:34 -05:00
src Day 15. Also, some code cleanup: 2024-12-10 08:25:34 -05:00
.gitignore Day 1. 2024-12-10 08:25:34 -05:00
README.md Initial commit 2024-12-10 08:17:53 -05:00
letters.rkt Day 9; Cleanup of IntCode interpreter and solutions from past days. 2024-12-10 08:25:34 -05:00
lib.rkt Day 15. Also, some code cleanup: 2024-12-10 08:25:34 -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.