Chris Hodges chrisly42
  • Sweden
  • Joined on 2023-08-29
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.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-12 21:37:31 +01:00
90cf5a8335 Day 12 finally. I hate you.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-12 08:13:01 +01:00
9a8b316122 Day 12 Part 2 not correct.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-11 07:56:40 +01:00
778b38b3a4 Minor kotlinization :)
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-11 07:17:36 +01:00
34c0c213c4 Day 11.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-10 18:19:37 +01:00
3d17ed29c7 Unused variable.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-10 16:36:12 +01:00
bc1888299b Okay okay, really last optimization on day 9, now beyond what the profiler can reliably measure.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-10 16:12:10 +01:00
4b84ce2803 Optimized day 9 for no reason, part 2 now runs in about 50ms for really_evil_input.txt.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-10 06:26:58 +01:00
abb0225d06 Day 10.
89b897b2c1 Day 9.
Compare 2 commits »
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-08 13:07:10 +01:00
26661cbfd8 Minor fixes to readme and user agent.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-08 12:55:35 +01:00
8cdfdda1f4 Removed all puzzle descriptions, replaced by a link. Not deleting history though: People who want to get the descriptions will do so anyhow.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-08 08:05:44 +01:00
0876e5c92c Refactored CharGrid class to use a generator instead of two for-loops. Deprecated old API.
9d61ce1bc4 Day 8. Could have been faster if I think first.
Compare 2 commits »
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-07 07:20:13 +01:00
15ce1ad06e Day 7 Part 2 best brute force optimization without using dynamic programming.
chrisly42 pushed to main at chrisly42/advent-of-code 2024-12-07 07:13:38 +01:00
8d492486fb Day 7 Part 2 optimized to 666ms (instead of around 3000ms).
ea9f44a12c Day 7 (unoptimized)
Compare 2 commits »