1
0
Fork 0
adventofcode/src
Jonathan Chan 5063ff4113 Day 21. 2024-12-10 08:25:34 -05:00
..
01.rkt Day 9; Cleanup of IntCode interpreter and solutions from past days. 2024-12-10 08:25:34 -05:00
02.rkt Modified IntCode interpreter to return a state on input/output/halt. 2024-12-10 08:25:34 -05:00
03.rkt Day 3: Cleaned up a bit. 2024-12-10 08:25:34 -05:00
04.rkt Use specialized not-equals functions (!=, nchar=?) instead of general neq? function. 2024-12-10 08:25:34 -05:00
05.rkt Modified IntCode interpreter to return a state on input/output/halt. 2024-12-10 08:25:34 -05:00
06.rkt Day 6. 2024-12-10 08:25:34 -05:00
07.rkt Abstracted message-printing from days 11 and 8; Added fancy symbols for currying, uncurrying, and composition. 2024-12-10 08:25:34 -05:00
08.rkt Use specialized not-equals functions (!=, nchar=?) instead of general neq? function. 2024-12-10 08:25:34 -05:00
09.rkt Modified IntCode interpreter to return a state on input/output/halt. 2024-12-10 08:25:34 -05:00
10.rkt Day 15. Also, some code cleanup: 2024-12-10 08:25:34 -05:00
11.rkt Use specialized not-equals functions (!=, nchar=?) instead of general neq? function. 2024-12-10 08:25:34 -05:00
12.rkt Day 15. Also, some code cleanup: 2024-12-10 08:25:34 -05:00
13.rkt Day 15. Also, some code cleanup: 2024-12-10 08:25:34 -05:00
14.rkt Day 14! 2024-12-10 08:25:34 -05:00
15.rkt Day 15. Also, some code cleanup: 2024-12-10 08:25:34 -05:00
16.rkt Day 20: Part 1. 2024-12-10 08:25:34 -05:00
17.rkt Day 17. 2024-12-10 08:25:34 -05:00
18.rkt Day 18: Part 1 second attempt (unsolved). 2024-12-10 08:25:34 -05:00
19.rkt Day 19. 2024-12-10 08:25:34 -05:00
20.rkt Day 20: Part 2. 2024-12-10 08:25:34 -05:00
21.rkt Day 21. 2024-12-10 08:25:34 -05:00
IntCode.rkt Refactored IntCode to internally use a hashmap instead of a vector. 2024-12-10 08:25:34 -05:00