From a1ff506a7b26eee66646b39e612b2bca86c7a590 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Tue, 7 Dec 2021 22:56:16 +0000 Subject: day 6: extra bigboy --- content/projects/aoc2021-bigboys.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/projects/aoc2021-bigboys.md b/content/projects/aoc2021-bigboys.md index c142371..5f9c734 100644 --- a/content/projects/aoc2021-bigboys.md +++ b/content/projects/aoc2021-bigboys.md @@ -51,6 +51,9 @@ them up nicely. * The example sequence `3,4,3,1,2` after 9999999 cycles 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. [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 -- cgit v1.2.3-54-g00ecf