From 15c201e045a4e558cb6c867b31da650dab6fac54 Mon Sep 17 00:00:00 2001 From: Burnus Date: Fri, 31 Mar 2023 16:55:36 +0200 Subject: [PATCH] Added Challenge Text for 2019 day 22 --- 2019/day22_slam_shuffle/challenge.txt | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/2019/day22_slam_shuffle/challenge.txt b/2019/day22_slam_shuffle/challenge.txt index 80df391..d30a4ff 100644 --- a/2019/day22_slam_shuffle/challenge.txt +++ b/2019/day22_slam_shuffle/challenge.txt @@ -165,6 +165,27 @@ Positions within the deck count from `0` at the top, then `1` for the card immed After shuffling your *factory order* deck of 10007 cards, *what is the position of card `2019`?* -To begin, [get your puzzle input](22/input). +Your puzzle answer was `8191`. -Answer: \ No newline at end of file +\--- Part Two --- +---------- + +After a while, you realize your shuffling skill won't improve much more with merely a single deck of cards. You ask every 3D printer on the ship to make you some more cards while you check on the ship repairs. While reviewing the work the droids have finished so far, you think you see [Halley's Comet](https://en.wikipedia.org/wiki/Halley%27s_Comet) fly past! + +When you get back, you discover that the 3D printers have combined their power to create for you a single, giant, brand new, *factory order* deck of *`119315717514047` space cards*. + +Finally, a deck of cards worthy of shuffling! + +You decide to apply your complete shuffle process (your puzzle input) to the deck *`101741582076661` times in a row*. + +You'll need to be careful, though - one wrong move with this many cards and you might *overflow* your entire ship! + +After shuffling your new, giant, *factory order* deck that many times, *what number is on the card that ends up in position `2020`?* + +Your puzzle answer was `1644352419829`. + +Both parts of this puzzle are complete! They provide two gold stars: \*\* + +At this point, you should [return to your Advent calendar](/2019) and try another puzzle. + +If you still want to see it, you can [get your puzzle input](22/input). \ No newline at end of file