• Joined on 2020-08-30
hubert pushed to master at hubert/Advent-of-Code 2020-12-29 21:34:39 +00:00
7a871771bb Day 20 finally
hubert pushed to master at hubert/Advent-of-Code 2020-12-29 20:10:25 +00:00
c11231307f Day20 part2 grid assembly
hubert pushed to master at hubert/Advent-of-Code 2020-12-24 15:17:43 +00:00
e72f71c1bf Use custom class for faster hashcode
02f18471cb Use custom class for faster hashcode
Compare 2 commits »
hubert pushed to master at hubert/Advent-of-Code 2020-12-24 15:12:20 +00:00
02f18471cb Use custom class for faster hashcode
hubert pushed to master at hubert/Advent-of-Code 2020-12-24 14:56:22 +00:00
5d73f12e43 Day24 part2
23cb05ad27 Day24 part1
Compare 2 commits »
hubert pushed to master at hubert/Advent-of-Code 2020-12-23 22:19:22 +00:00
0b1ae6e334 Day19 part2
hubert pushed to master at hubert/Advent-of-Code 2020-12-23 17:09:52 +00:00
d793a47801 Day23 part2
ff798eaffb Day23 part1
Compare 2 commits »
hubert pushed to master at hubert/Advent-of-Code 2020-12-22 07:08:35 +00:00
59dfc17ee1 Fix deques order
hubert pushed to master at hubert/Advent-of-Code 2020-12-22 06:28:58 +00:00
e54fa1b187 Day22
hubert pushed to master at hubert/Advent-of-Code 2020-12-21 07:21:01 +00:00
9490164d09 Day21
hubert pushed to master at hubert/Advent-of-Code 2020-12-20 22:50:33 +00:00
6689a739bc ok ?
hubert pushed to master at hubert/Advent-of-Code 2020-12-20 12:26:50 +00:00
dac50700b6 Day20 part2 WIP
af4d17a4a5 Day20 part1
Compare 2 commits »
hubert pushed to master at hubert/Advent-of-Code 2020-12-19 22:13:25 +00:00
779ff4c398 Day19 WIP
hubert pushed to master at hubert/Advent-of-Code 2020-12-18 12:55:52 +00:00
0f2098634b Parallelize solutions + benchmarks
83b5a09e73 Don't actually need recursion
Compare 2 commits »
hubert pushed to master at hubert/Advent-of-Code 2020-12-18 11:30:29 +00:00
b9d62c2835 Use LinkedList.peekLast() to avoid walking the whole list
hubert pushed to master at hubert/Advent-of-Code 2020-12-18 11:13:17 +00:00
b0001697f5 Day18
hubert pushed to master at hubert/Advent-of-Code 2020-12-17 06:24:57 +00:00
264ba1cb91 Generify solution
hubert pushed to master at hubert/Advent-of-Code 2020-12-17 05:34:54 +00:00
a0149c26e0 Day17
fecc1df668 Create days with examples without manually creating an input
Compare 2 commits »
hubert pushed to master at hubert/Advent-of-Code 2020-12-16 13:38:53 +00:00
55271e210d More optimizations
hubert pushed to master at hubert/Advent-of-Code 2020-12-16 10:10:22 +00:00
5ffebae101 Optimize part2 + benchmark