Chris Hodges chrisly42
  • Sweden
  • Joined on 2023-08-29
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-25 12:08:28 +01:00
d49d3614c7 AoC 2015, day 6.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-25 06:47:50 +01:00
1a303d9632 Day 25.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-24 14:23:38 +01:00
e7d733846f Day 24. Solution earlier than working algorithm that does not require manual steps.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-23 16:31:16 +01:00
e00e002cd6 Bitset is even faster (<1 sec).
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-23 16:28:05 +01:00
0d5809398c Revisited Day 22 for faster algorithm
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-23 07:45:56 +01:00
277bc6cc8e Day 23.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-22 19:04:31 +01:00
e222975b2a Day 22 kotliniziation for more concise code.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-22 18:43:03 +01:00
343414cd04 Refresher on Coroutines for maximum parallel brute force for Day 22.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-22 07:29:02 +01:00
bc542bd29c Updated some dependencies.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-22 07:03:14 +01:00
0cb180ddf3 Day 22.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-21 12:26:12 +01:00
f494b763cf Day 21 :-(
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-20 07:20:35 +01:00
aa0f1dad74 Day 20.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-19 06:29:58 +01:00
9047a97185 Day 19.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-18 07:09:18 +01:00
1b2332a49e Day 18.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-17 09:36:00 +01:00
b0e4461a7d Day 17.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-16 07:18:47 +01:00
76c01e01e5 Day 16.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-15 07:33:14 +01:00
3ee70151f1 Day 15.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-14 13:40:00 +01:00
0592f4a862 Day 14.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-13 19:47:49 +01:00
0d6bf1ca43 Day 13. Wrong bet on dynamic programming for part 1.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-12 21:42:32 +01:00
9e7ac0057b Even more obfuscation.