Commit Graph

136 Commits

Author SHA1 Message Date
Adam Millerchip 2bcc94c802 Update readme image 2022-12-04 16:32:22 +09:00
Adam Millerchip 79b64b911d 2022 Day 4 2022-12-04 15:59:40 +09:00
Adam Millerchip afaacf77a1 update readme image 2022-12-03 14:51:25 +09:00
Adam Millerchip 2b7d50ebdd 2022 Day 3 2022-12-03 14:36:40 +09:00
Adam Millerchip e183e04f23 2021 day7 didn't need to calc from 0, only min crab 2022-12-03 02:17:09 +09:00
Adam Millerchip 7ff40275c7 2021 day 7 2022-12-03 02:10:44 +09:00
Adam Millerchip 6b2cbd6058 screw it do part 1 of 2021 day 3 again, even if it's backwards 2022-12-03 00:13:40 +09:00
Adam Millerchip b0b4a3f040 2021 Day3 just for kicks. Lost my part 1 answer... 2022-12-02 23:45:27 +09:00
Adam Millerchip 748e0a2311 2022 day 2 2022-12-02 19:59:40 +09:00
Adam Millerchip 53feb06507 update readme 2022-12-01 23:57:00 +09:00
Adam Millerchip 2ab4d1c439 2022 day1 2022-12-01 23:54:32 +09:00
Adam Millerchip 13e154a0c2 2021 day 16 part 2 2022-11-30 19:16:45 +09:00
Adam Millerchip 84d40cce99 2021 day16 part 1 2022-11-30 18:43:52 +09:00
Adam Millerchip 0585418e3c 2021 day 13 2022-11-30 13:51:11 +09:00
Adam Millerchip 53fe13031e 2021 day10 part 2 2022-11-29 23:43:27 +09:00
Adam Millerchip 0a27136e95 2021 day 10 part 1 2022-11-29 23:24:46 +09:00
Adam Millerchip 32679a526a use Map.reject 2022-11-29 21:42:55 +09:00
Adam Millerchip fb87183a6f 2021 day9 part 2 2022-11-29 21:35:23 +09:00
Adam Millerchip 615f7cef3c 2021 day 9 part 1 2022-11-29 11:06:57 +09:00
Adam Millerchip 1d20417d1d 2021 day 6 part 2 2022-11-29 01:59:22 +09:00
Adam Millerchip 3960278955 2021 day6 part 1 2022-11-29 01:05:36 +09:00
Adam Millerchip 0e1f1bcaa0 2021 day 5 2022-11-29 00:38:19 +09:00
Adam Millerchip 3b1d14580a 2021 day 4 part 2 2022-11-28 23:01:03 +09:00
Adam Millerchip 07820fe7dd Warm up with 2021 :) 2022-11-28 22:25:54 +09:00
Adam Millerchip 1a314c7238 Probably don't need minute formatter (dig it up later if so) 2022-11-28 10:24:06 +09:00
Adam Millerchip 8d54cefbdd slightly less repetition in template 2022-11-28 10:18:27 +09:00
Adam Millerchip 1b87681fda make helper function private 2022-11-28 02:16:26 +09:00
Adam Millerchip 01747af081 rearrange template script 2022-11-28 01:20:58 +09:00
Adam Millerchip 8cd6e34a29 Update template for easier input debugging 2022-11-28 00:28:42 +09:00
Adam Millerchip 92334ee1a6 ignore sample too (filename I use for the sample input) 2022-11-28 00:14:40 +09:00
Adam Millerchip f4f999d078 ignore input 2022-11-28 00:13:13 +09:00
Adam Millerchip 1f452e961f Add 2022 readme 2022-11-27 18:14:50 +09:00
Adam Millerchip 187cf58cb3 Remove readme template
Will use comments if I want to document thoughts.
2022-11-27 18:06:09 +09:00
Adam Millerchip cb850a5b5e Add new Elixir template 2022-11-27 18:04:58 +09:00
Adam Millerchip 4955687b53 Gave up on zig 2020, restore just the elixir version 2022-11-27 15:58:41 +09:00
Adam Millerchip 1f7c32b758 Rework a bit to avoid manually counting double newlines.
Also store the hashmap directly in the arraylist, although no idea
how the memory management works.
2022-08-14 18:14:49 +09:00
Adam Millerchip fc0eb4a63c Remove 2021 for now as redoing 2020 instead 2022-08-14 14:36:10 +09:00
Adam Millerchip 2ebd8fe609 Initial attempt at day 4 part 1 2022-08-14 02:26:52 +09:00
Adam Millerchip 280e6fcf2b use mod operator 2022-08-14 00:46:10 +09:00
Adam Millerchip 9a81f47677 Day3 Part 2 2022-08-13 22:34:20 +09:00
Adam Millerchip 6bf0d44e09 Day3 part 1 2022-08-13 22:17:55 +09:00
Adam Millerchip 8861ce0b8e no need to return error union 2022-08-12 01:31:10 +09:00
Adam Millerchip c02b8af2aa Fix a memory leak, maybe? 2022-08-12 00:32:02 +09:00
Adam Millerchip 59157c5a11 extract parsing code for day2 + tidy 2022-08-12 00:22:15 +09:00
Adam Millerchip 462ab21364 Day 2 part 2 2022-08-11 23:53:24 +09:00
Adam Millerchip be7c251662 Day 2 part 1 2022-08-11 23:30:52 +09:00
Adam Millerchip 6d677300ee Move input to cwd 2022-08-11 18:57:01 +09:00
Adam Millerchip 8a7dab06d2 slightly nicer layout 2022-08-11 18:55:26 +09:00
Adam Millerchip ba09492857 Day 1 part 2 2022-08-11 18:45:13 +09:00
Adam Millerchip 26f694c449 Refactor day1 into part1 function 2022-08-11 18:41:00 +09:00