diff options
Diffstat (limited to 'content/projects')
-rw-r--r-- | content/projects/aoc2021-bigboys.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 |