summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-12-10 23:13:48 +0000
committerTomasz Kramkowski <tk@the-tk.com>2021-12-10 23:13:48 +0000
commit866b0694ee63fc9613bfae7c5d7bb432bfbe430d (patch)
tree04b2a430bb3c237d767e48bd37afe2ff0fff20c6
parentf8c837298e05be00700f4d8662ca6ed93402f6e9 (diff)
downloadthe-tk.com-866b0694ee63fc9613bfae7c5d7bb432bfbe430d.tar.gz
the-tk.com-866b0694ee63fc9613bfae7c5d7bb432bfbe430d.tar.xz
the-tk.com-866b0694ee63fc9613bfae7c5d7bb432bfbe430d.zip
aoc2021-bigboys: Cleanup
-rw-r--r--content/projects/aoc2021-bigboys.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/content/projects/aoc2021-bigboys.md b/content/projects/aoc2021-bigboys.md
index 0961deb..5ea0356 100644
--- a/content/projects/aoc2021-bigboys.md
+++ b/content/projects/aoc2021-bigboys.md
@@ -47,7 +47,8 @@ them up nicely.
* 50000 vents on a 10000000x10000000 field
[Download 5-50000-10000000.in.xz (660KiB compressed / 1.7MiB decompressed)][5-50000-10000000.in.xz]
Part 1: 72068735
- Part 2: 113830179
+ Part 2: 113830179
+ Note: This should take under a minute in total with a compiled language.
## Day 6
@@ -55,7 +56,7 @@ them up nicely.
Solution: 378346 digits 4182599183...6707352532
* The example sequence `3,4,3,1,2` after 67108864 (2^26) cycles
Solution: 2539031 digits 3060363545...5483141435
- This took my numpy solution (with dtype=object) 10 minutes on a 5950x.
+ Note: This should take under a minute.
## Day 7
@@ -63,15 +64,15 @@ them up nicely.
[Download 7-1000000-2.in.xz (3.1MiB compressed / 7.2MiB decompressed)][7-1000000-2.in.xz]
Part 1: 348121442862
Part 2: 97051441111920642
- Note: This should be doable in about a second. Unfortunately making it take
- much longer would require making it much bigger.
+ Note: This should be doable in under a second.
## Day 8
-* 100000 entries
- [Download 8-100000.in.xz (2.8MiB compressed / 8.1MiB decompressed)][8-100000.in.xz]
- Part 1: 159946
- Part 2: 498570828
+* 100000 entries
+ [Download 8-100000.in.xz (2.8MiB compressed / 8.1MiB decompressed)][8-100000.in.xz]
+ Part 1: 159946
+ Part 2: 498570828
+ Note: This should be doable in under a second (language dependant).
[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