Commit Graph

49 Commits

Author SHA1 Message Date
5ccd921b23 Add '2019/' from commit 'fc21396bc86bc0f706225f4f6e1d8294d344ca53'
git-subtree-dir: 2019
git-subtree-mainline: f1be11fca8
git-subtree-split: fc21396bc8
2022-01-09 17:07:24 +00:00
f1be11fca8 Add '2020/' from commit 'aaabfa90c9033044d0a9d5fe6776b718711ef46c'
git-subtree-dir: 2020
git-subtree-mainline: ab8f135946
git-subtree-split: aaabfa90c9
2022-01-09 17:06:15 +00:00
ab8f135946 Initial commit 2022-01-09 17:05:17 +00:00
aaabfa90c9 Day 10 part 1 2020-12-10 20:03:11 +00:00
208377019e Day 9 2020-12-09 14:41:45 +00:00
7f2b425726 Day 8 2020-12-08 16:19:49 +00:00
4d2dec6e56 Day 7 2020-12-07 22:39:25 +00:00
d97cf9f03a Day 6 2020-12-06 12:00:47 +00:00
5557eb57e2 Remove unneeded sort 2020-12-05 14:17:47 +00:00
8d2a169ec9 Squeeze down whitespace 2020-12-05 14:15:53 +00:00
b07b808e96 Remove unnecessary break 2020-12-05 14:13:44 +00:00
835bc8509e Return to using ranges for day 5 2020-12-05 14:11:59 +00:00
36d94a2846 Day 5 2020-12-05 11:25:51 +00:00
07e4d55f1d Day 4 2020-12-04 09:26:15 +00:00
afcc6c26e3 Day 3 2020-12-03 18:30:42 +00:00
9c5205044c Day 2 2020-12-02 20:03:21 +00:00
367f8e5c9a Day 1 2020-12-01 18:13:57 +00:00
fc21396bc8 Day 11, part 2 2019-12-11 20:50:11 +00:00
48ca004a53 Day 11, part 1, but horrible 2019-12-11 20:40:09 +00:00
e81f3f6ab7 Day 10.1 2019-12-10 21:14:32 +00:00
9d973154f3 Day 9.2 2019-12-09 11:39:33 +00:00
421455f8ba Day 9.1 2019-12-09 11:37:00 +00:00
289aa920d0 Switch to i64 for words 2019-12-09 10:48:40 +00:00
96e35f265e Day 8, all in 2019-12-08 13:12:09 +00:00
9864e914ba Day 7.2 using threads 2019-12-07 23:12:25 +00:00
ea094368e7 Switch to using OS pipes 2019-12-07 21:26:59 +00:00
325ec9d591 Switch to using a queue for character devices 2019-12-07 20:18:26 +00:00
4f614c7727 Day 7.1 2019-12-07 17:31:23 +00:00
ea8f7914f9 Day 6.2 2019-12-06 20:46:40 +00:00
cc0f18f48f Day 6.1 2019-12-06 20:11:27 +00:00
881cdd6e32 Day 5.2 2019-12-06 00:44:48 +00:00
ec0fc3ef1b Add a little helper to run all intcode challenges 2019-12-06 00:14:20 +00:00
156e9250b3 Day 5.1 2019-12-06 00:10:14 +00:00
a46f56da7f Implement opcodes 3 and 4, naively 2019-12-05 22:45:18 +00:00
0ffe0410b4 Add character devices 2019-12-05 22:31:18 +00:00
032451ad74 More intcode refactoring 2019-12-05 22:07:05 +00:00
2f4ca301ad Refactor intcode in preparation for day 5 2019-12-05 19:45:14 +00:00
3ddda35eec Minor speed tweaks for day 4 2019-12-04 23:30:26 +00:00
be0c611f0d Day 4.2 2019-12-04 23:27:58 +00:00
a2607b8508 Day 4.1 2019-12-04 23:11:57 +00:00
e445b7582a Remove a comment that is wrong in retrospect 2019-12-03 23:51:19 +00:00
fd875fe36b Day 3.2 2019-12-03 23:45:30 +00:00
67f3c61d57 Day 2.1, horrible but working 2019-12-03 23:11:58 +00:00
7fb5201a11 Day 3.1 - first, bad attempt 2019-12-03 22:34:17 +00:00
14eff1a60c Day 2.2 2019-12-02 21:37:21 +00:00
637f909678 Extract intcode computer into a library 2019-12-02 21:09:05 +00:00
de87b93be1 Day 2.1 2019-12-02 20:13:09 +00:00
e943794b67 Add README 2019-12-02 19:04:53 +00:00
08a13d416c Day 01 2019-12-01 17:40:23 +00:00