2019/src
Jonathan Chan 6e1659328f Day 23. 2019-12-22 23:25:28 -08:00
..
01.rkt Day 9; Cleanup of IntCode interpreter and solutions from past days. 2019-12-08 23:29:20 -08:00
02.rkt Modified IntCode interpreter to return a state on input/output/halt. 2019-12-09 13:09:16 -08:00
03.rkt Day 3: Cleaned up a bit. 2019-12-12 13:02:35 -08:00
04.rkt Use specialized not-equals functions (!=, nchar=?) instead of general neq? function. 2019-12-15 22:57:31 -08:00
05.rkt Modified IntCode interpreter to return a state on input/output/halt. 2019-12-09 13:09:16 -08:00
06.rkt Day 6. 2019-12-05 23:28:02 -08:00
07.rkt Abstracted message-printing from days 11 and 8; Added fancy symbols for currying, uncurrying, and composition. 2019-12-11 13:54:01 -08:00
08.rkt Use specialized not-equals functions (!=, nchar=?) instead of general neq? function. 2019-12-15 22:57:31 -08:00
09.rkt Modified IntCode interpreter to return a state on input/output/halt. 2019-12-09 13:09:16 -08:00
10.rkt Day 15. Also, some code cleanup: 2019-12-15 22:51:20 -08:00
11.rkt Use specialized not-equals functions (!=, nchar=?) instead of general neq? function. 2019-12-15 22:57:31 -08:00
12.rkt Day 15. Also, some code cleanup: 2019-12-15 22:51:20 -08:00
13.rkt Day 15. Also, some code cleanup: 2019-12-15 22:51:20 -08:00
14.rkt Day 14! 2019-12-14 23:53:38 -08:00
15.rkt Day 15. Also, some code cleanup: 2019-12-15 22:51:20 -08:00
16.rkt Day 22: Some refactoring, especially to use math/number-theory. 2019-12-22 11:27:27 -08:00
17.rkt Day 17. 2019-12-16 22:09:34 -08:00
18.rkt Day 18: Part 1 finally!!! 2019-12-22 21:01:39 -08:00
19.rkt Day 19. 2019-12-18 23:23:22 -08:00
20.rkt Day 20: Part 2. 2019-12-20 02:05:54 -08:00
21.rkt Day 21. 2019-12-21 12:09:17 -08:00
22.rkt Day 22: Some refactoring, especially to use math/number-theory. 2019-12-22 11:27:27 -08:00
23.rkt Day 23. 2019-12-22 23:25:28 -08:00
IntCode.rkt Refactored IntCode to internally use a hashmap instead of a vector. 2019-12-17 11:26:03 -08:00