Commit Graph

15 Commits

Author SHA1 Message Date
Jonathan Chan ea81f474e8 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.
2020-12-20 17:57:59 -08:00
Jonathan Chan 7f1fa39d7c Day 17. 2020-12-16 22:31:38 -08:00
Jonathan Chan 309e9769f4 Refactored Day 16 using new lib.rkt additions for string splitting. 2020-12-15 23:52:52 -08:00
Jonathan Chan 77c7e08d8f Day 16. 2020-12-15 23:45:47 -08:00
Jonathan Chan a6085863c6 Various refactorings. 2020-12-14 16:49:55 -08:00
Jonathan Chan 5a6bc1e053 Day 14. 2020-12-13 23:16:59 -08:00
Jonathan Chan f047ab3cb1 Added lists->hash to lib.rkt. 2020-12-10 23:48:39 -08:00
Jonathan Chan bc98c92d53 Day 9. 2020-12-08 21:49:59 -08:00
Jonathan Chan 0dbe56a244 Fix library; use threading in Day 7. 2020-12-07 00:45:50 -08:00
Jonathan Chan a263f25774 Remove unused library functions. 2020-12-05 22:29:48 -08:00
Jonathan Chan 044d2def4b Day 6; some refactoring to use new problem-input-grouped and $. 2020-12-05 22:00:08 -08:00
Jonathan Chan eda88ed824 Day 5. 2020-12-04 22:20:23 -08:00
Jonathan Chan 27f527a3cb Refactored Day 4. 2020-12-04 12:48:29 -08:00
Jonathan Chan 1203dc4a1d Day 4. 2020-12-03 22:45:29 -08:00
Jonathan Chan 110078f71c Initial commit. 2020-12-02 19:21:24 -08:00