1
0
Fork 0
adventofcode/input
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
..
01.txt Day 1. 2024-12-10 08:25:34 -05:00
02.txt Day 02. I'll add comments later. 2024-12-10 08:25:34 -05:00
03.txt Day 3. It's ugly don't look at it. 2024-12-10 08:25:34 -05:00
05.txt Day 5. 2024-12-10 08:25:34 -05:00
06.txt Day 6. 2024-12-10 08:25:34 -05:00
07.txt Day 7: Part 1 complete, part 2 not working. 2024-12-10 08:25:34 -05:00
08.txt Day 8. 2024-12-10 08:25:34 -05:00
09.txt Day 9; Cleanup of IntCode interpreter and solutions from past days. 2024-12-10 08:25:34 -05:00
10.txt Day 10: Part 1. 2024-12-10 08:25:34 -05:00
11.txt Day 11. 2024-12-10 08:25:34 -05:00
13.txt Day 13. 2024-12-10 08:25:34 -05:00
14.txt Day 14! 2024-12-10 08:25:34 -05:00
15.txt Day 15. Also, some code cleanup: 2024-12-10 08:25:34 -05:00