From bbe74d7b01de86cb6d84eeb9236c374c1386161d Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 10 Dec 2021 23:14:58 +0000 Subject: aoc2021-bigboys: day 10 --- content/projects/aoc2021-bigboys.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/projects/aoc2021-bigboys.md b/content/projects/aoc2021-bigboys.md index 25ec055..ede5c92 100644 --- a/content/projects/aoc2021-bigboys.md +++ b/content/projects/aoc2021-bigboys.md @@ -88,6 +88,15 @@ them up nicely. Part 1: 149706 Part 2: 4971158490375 (5292585633483 if you count duplicate basins) +## Day 10 + +* 10000 lines each with a pre-mangled length target of 1000 characters + [Download 10-10000-1000.in.xz (3.1MiB compressed / 9.2MiB decompressed)][10-10000-1000.in.xz] + Part 1: 32852823 + Part 2: 105721020868542718163333508098695965856824383141538359 + Note: Part 2 %2^64: 11022194402702354999, %2^32: 1113549367 - feel free to + avoid the bignum requirement. + [3-1000001-100.in.xz]: https://the-tk.com/files/aoc2021-bigboys/3-1000001-100.in.xz [4-900-15.in.xz]: https://the-tk.com/files/aoc2021-bigboys/4-900-15.in.xz [4-3600-30.in.xz]: https://the-tk.com/files/aoc2021-bigboys/4-3600-30.in.xz @@ -98,3 +107,4 @@ them up nicely. [8-100000.in.xz]: https://the-tk.com/files/aoc2021-bigboys/8-100000.in.xz [9-4096-2.in.xz]: https://the-tk.com/files/aoc2021-bigboys/9-4096-2.in.xz [9-4096-4.in.xz]: https://the-tk.com/files/aoc2021-bigboys/9-4096-4.in.xz +[10-10000-1000.in.xz]: https://the-tk.com/files/aoc2021-bigboys/10-10000-1000.in.xz -- cgit v1.2.3-54-g00ecf