Commit Graph

332 Commits

Author SHA1 Message Date
alexchao26 f2a2dd2b91 2023-21 part2 was... not fun, needed help from the megathread for sure 2024-08-13 22:58:49 -04:00
alexchao26 c7f2581dc7 2023-20 phew part 2 was scary at first 2024-08-12 20:13:00 -04:00
alexchao26 c06369e6ff 2023-19 not the prettiest recursion... 2024-08-12 17:04:56 -04:00
alexchao26 2d183885e6 2024 day17 - oof clusmy cart was tough 2024-08-04 23:25:50 -04:00
alexchao26 db1170128b 2024 day16 - light and mirrors are confusing 2024-08-01 11:06:05 -04:00
alexchao26 fcc1926434 2024 day15 2024-07-31 14:31:01 -04:00
alexchao26 4170803ffe 2024-day14, using new go range over ints 2024-07-30 22:26:48 -04:00
alexchao26 1463a86b60 update go version to 1.22 2024-07-30 21:44:02 -04:00
alexchao26 4a076beb54 day 13 tricky edge cases with reflections 2024-07-29 22:55:16 -04:00
alexchao26 57eae313ea day 12 memo hurting my brain 2024-07-29 16:54:21 -04:00
alexchao26 e915846f02 day 11 expanding galaxies 2024-07-27 15:49:03 -04:00
alexchao26 dab6f914da day 10 part 2 2024-07-26 16:31:21 -04:00
alexchao26 68b2419b13 day 10 part 1 overkill 2024-07-26 14:49:29 -04:00
alexchao26 0d9ea17b6f day 09 2024-07-26 00:10:37 -04:00
alexchao26 906ed8a9ff day 8 - lucky lucky kind inputs 2024-07-25 18:15:56 -04:00
alexchao26 d0ba1e3443 day07 poker scoring 2024-07-25 11:10:40 -04:00
alexchao26 288438c979 day 06 - sadly naive solution works 2024-07-23 11:03:15 -04:00
alexchao26 e325a6f6cf 2023-05 2024-05-24 15:49:16 -04:00
alexchao26 9cc35dc9a5 2023 day4 2024-05-24 13:49:13 -04:00
alexchao26 eb16913f7c starting 2023 2024-01-22 23:37:55 -05:00
alexchao26 615f16cc15 400 * 2022-12-30 11:58:38 -05:00
alexchao26 81a20e4f39 2022/day16, well i put it off until the end, does that make it the hardest puzzle for me this year? i think so 2022-12-30 11:56:35 -05:00
alexchao26 8a9a64b3c4 day25... thankfully didnt need crazy mod math 2022-12-30 11:00:04 -05:00
alexchao26 38a9e6204a 23 & 24, nearly there! 2022-12-29 00:34:01 -05:00
alexchao26 419485f35a wow 2022-12-28 00:51:30 -05:00
alexchao26 cc941cdbab off by 1 using binary search... that was painful 2022-12-27 01:01:18 -05:00
alexchao26 74e397ca4c day 20, unit tests to debug == gold 2022-12-26 02:14:12 -05:00
alexchao26 f26777edc0 dump 15 17 18 2022-12-25 12:21:02 -05:00
alexchao26 1ed6126f10 ran day19 overnight... not proud of that 2022-12-25 12:04:59 -05:00
alexchao26 f3396ea86a dumping 5 days of unrefined solutions :) 2022-12-20 01:06:57 -05:00
alexchao26 d9e783478b 2022-12, path finding :) 2022-12-12 00:59:02 -05:00
alexchao26 6bef9a0721 8 9 10 11 2022-12-12 00:22:00 -05:00
alexchao26 3bd03ec7b3 day4 range overlappy thing 2022-12-04 01:39:46 -05:00
alexchao26 7cd3f4232b a very "good enough for AOC" kinda solution 2022-12-03 22:45:46 -05:00
alexchao26 dbcb2fbadc i miss go, idk if it misses me 2022-12-01 10:41:44 -05:00
Alex Chao 94d09b9836 update readme 2022-01-03 11:38:15 -05:00
alexchao26 2a3bffd659 add halp package for printing infinite grids, which seems to be quite common. generics may be useful here oneday... 2021-12-30 20:03:25 -05:00
alexchao26 a8ffba20f7 linting 2021-12-30 19:21:13 -05:00
alexchao26 6f6cc42601 resolve some TODOs 2021-12-30 19:18:07 -05:00
alexchao26 57a2222810 day13 cleanup 2021-12-30 19:07:22 -05:00
alexchao26 236a6ab91c 350 stars img :) 2021-12-29 20:19:37 -05:00
alexchao26 0d2ecc9150 2021 done! day25 code is hideous but... it usually is :) 2021-12-29 20:02:14 -05:00
alexchao26 42b14e00f7 2021 day22, took a while to figure out but just make a big list of on/off cubes 2021-12-29 20:01:24 -05:00
alexchao26 dfe5ee9343 2021-24, yay a whole day staring at assembly and reverse engineering it to hard code it -_- 2021-12-26 23:04:06 -05:00
alexchao26 dd88e03f2c 2021 day23, its slow... but it works :) lots of small bugs that got hunted via tests 2021-12-25 22:34:04 -05:00
alexchao26 cd5d4b0a78 ../../.gitignore 2021-12-25 22:33:31 -05:00
alexchao26 189e1ed255 ugly 2021-day23-part1 solution, committing before i hack it apart for part2 2021-12-25 12:52:56 -05:00
alexchao26 9f8d0618a2 a little bit of cleanup, had rotations creating a bit off originally 2021-12-21 18:59:52 -05:00
alexchao26 9f1ad7c1aa 2021 day21, caught up! what a great problem today, so simple but fun to solve 2021-12-21 18:18:10 -05:00
alexchao26 f46e897f79 2021 day20, infinite space grid game of life with a maybe flickering infinite space. noticed it upfront thankfully 2021-12-21 14:11:41 -05:00