• Joined on 2020-08-30
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
hubert pushed to master at hubert/Advent-of-Code 2020-12-16 08:46:58 +00:00
edce14cd40 Skip set.contains()
hubert pushed to master at hubert/Advent-of-Code 2020-12-16 08:44:41 +00:00
b9a0c574e9 Clean
hubert pushed to master at hubert/Advent-of-Code 2020-12-16 08:24:35 +00:00
edc60130dc Clean parsing
hubert pushed to master at hubert/Advent-of-Code 2020-12-16 08:00:36 +00:00
90c9961d72 Day16
hubert pushed to master at hubert/Advent-of-Code 2020-12-15 14:59:40 +00:00
2aa4226083 Optimize Day14 + benchmarks
hubert pushed to master at hubert/Advent-of-Code 2020-12-15 07:05:03 +00:00
c1f0b7be70 Day15
5336db8643 Day15
Compare 2 commits »
hubert pushed to master at hubert/Advent-of-Code 2020-12-15 07:02:15 +00:00
5336db8643 Day15
hubert pushed to master at hubert/Advent-of-Code 2020-12-14 10:19:37 +00:00
e268a50409 Optimize part2
hubert pushed to master at hubert/Advent-of-Code 2020-12-14 09:09:40 +00:00
1850a2145c Day14
hubert pushed to master at hubert/Advent-of-Code 2020-12-13 10:40:26 +00:00
d12618febd Day13