summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-12-10 23:14:58 +0000
committerTomasz Kramkowski <tk@the-tk.com>2021-12-10 23:14:58 +0000
commitbbe74d7b01de86cb6d84eeb9236c374c1386161d (patch)
tree6d59a452a4afd1438ae6d071493a38562543ae88
parentc72dd3a5af09a3bb2f40d4ea546356f5db8f153e (diff)
downloadthe-tk.com-bbe74d7b01de86cb6d84eeb9236c374c1386161d.tar.gz
the-tk.com-bbe74d7b01de86cb6d84eeb9236c374c1386161d.tar.xz
the-tk.com-bbe74d7b01de86cb6d84eeb9236c374c1386161d.zip
aoc2021-bigboys: day 10
-rw-r--r--content/projects/aoc2021-bigboys.md10
1 files changed, 10 insertions, 0 deletions
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