From c3262a92f0a2736741dc32f0dd2ea9154e50ca38 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 5 Dec 2021 19:07:35 +0000 Subject: content/projects/aoc2021-bigboys.md --- content/projects/aoc2021-bigboys.md | 55 +++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 content/projects/aoc2021-bigboys.md diff --git a/content/projects/aoc2021-bigboys.md b/content/projects/aoc2021-bigboys.md new file mode 100644 index 0000000..a4ed4c4 --- /dev/null +++ b/content/projects/aoc2021-bigboys.md @@ -0,0 +1,55 @@ +$name AOC 2021 Big Inputs (Big Boys) + +Big inputs for Advent of Code 2021 puzzles. + +$desc + +Don't eat all my server data cap, please mirror if you can. + +If you have a problem with the naming scheme, rename it on your machine. + +If you see any mistakes and want to tell me, my email is at the bottom of this +page. + +I will be publishing all the generators shortly once I find a moment to clean +them up nicely. + +## Day 3 + +* 1000001 lines each with a 100 bit number + [Download 3-1000001-100.in.xz (compressed 14MiB / decompressed 97MiB)][3-1000001-100.in.xz] + Part 1: 386463119445733053722557199393548794069517420395751036911156 + Part 2: 356913958942791247617705918285570893096041618195840162127310 + +## Day 4 + +* 900 numbers and 900 boards each 15x15 cells in size + [Download 4-900-15.in.xz (308KiB compressed / 796KiB decompressed)][4-900-15.in.xz] + Part 1: 22010880 + Part 2: 5371020 +* 3600 numbers and 3600 boards each 30x30 cells in size + [Download 4-3600-30.in.xz (5.6MiB compressed / 16MiB decompressed)][4-3600-30.in.xz] + Part 1: 1527513658 + Part 2: 199953180 + +## Day 5 + +* 20000 vents on a 6400x6400 field + [Download 5-20000-6400.in.xz (160KiB compressed / 436KiB decompressed)][5-20000-6400.in.xz] + Part 1: 6530681 + Part 2: 9039258 +* 50000 vents on a 10000x10000 field + [Download 5-50000-10000.in.xz (404KiB compressed / 1.1MiB decompressed)][5-50000-10000.in.xz] + Part 1: 30405812 + Part 2: 39512010 +* 50000 vents on a 10000000x10000000 field + [Download 5-50000-10000000.in.xz (660KiB compressed / 1.7MiB decompressed)][5-50000-10000000.in.xz] + Part 1: Unknown + Part 2: Unknown + +[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 +[5-20000-6400.in.xz]: https://the-tk.com/files/aoc2021-bigboys/5-20000-6400.in.xz +[5-50000-10000.in.xz]: https://the-tk.com/files/aoc2021-bigboys/5-50000-10000.in.xz +[5-50000-10000000.in.xz]: https://the-tk.com/files/aoc2021-bigboys/5-50000-10000000.in.xz -- cgit v1.2.3-54-g00ecf