Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

General Discussions

Discuss any topics that are not product-specific here.

Advent of Code 2024 Day 11 (BaseA Style)

AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team

Discussion thread for day 11 of the Advent of Code - https://adventofcode.com/2024/day/11

30 REPLIES 30
LHolmes
9 - Comet

Crazy Numbers - made me think of the Franck Muller Crazy Numbers timepieces - paid as tribute in the macro icon.

 

Spoiler
2024 Day 11 Part 1 & 22024 Day 11 Part 1 & 22024 Day 11 Iterative Macro2024 Day 11 Iterative Macro
niklas_greilinger
11 - Bolide

Fun challenge :) Tried to run part 2 without grouping at first but it almost killed my laptop :D 

Spoiler
WF.pngMacro.png
geoff_zath
Alteryx
Alteryx
Spoiler
AoC_2024_day11.png
Spoiler

AoC_2024_day11_macro.png

Carolyn
12 - Quasar
12 - Quasar

Solved!

 

I knew there was a trick in Pt 2 but I had to look at @CoG 's for the hint/answer - thank you!

 

Spoiler
My Pt 1 macro carefully keeps track of the order. I figured that Pt 2 would ask for the middle rock or something - nope For the Pt 2 macro, I removed all the RecordID stuff in addition to adding the Group By. I could also use this to replace the Pt 1 macro, but it was already built so I left it :)

2024-12-15_10-39-23.png

Pt 1: 

2024-12-15_10-41-24.png

Pt 2: 

2024-12-15_10-41-31.png
Tokimatsu
12 - Quasar

I just looked and found a misspelling of the field name.

Spoiler
スクリーンショット 2024-12-16 100021.png

Shifty
12 - Quasar

11!

Spoiler
Image upload failed. Try uploading a different image or from some other source.
Image upload failed. Try uploading a different image or from some other source.
Image upload failed. Try uploading a different image or from some other source.
kelsey_kincaid
12 - Quasar
12 - Quasar

I knew brute force was going to burn me in Part 2, and I was right. This reminded me of the lanternfish from a couple of years ago, but it took me awhile to remember how I solved that one and apply it here.

 

Spoiler
I spent a lot of time in spreadsheets trying to figure out an equation that could project out how many rocks we'd have after 75 iterations. After taking a couple of weeks away from this one, I came back fresh and realized that grouping is key!

D11.pngD11Macro.png

 

estherb47
15 - Aurora
15 - Aurora

Having a very strange experience with 3 separate challenges correct on first answer for each parts 1 & 2

 

Spoiler
Weird though. Initially I had a single formula tool to figure things out, all text based (and all enough space for said text), with a touch of text to columns. For whatever reason, this worked with the first part, but not with summarizing on the second.

Once I switched to processing as integers, part 2 worked. So guessing something was wonky with multiplying by 2024.

Anyways, flow is attached.
lwolfie
11 - Bolide

Pt 2 took a bit to get to run.

clmc9601
13 - Pulsar
13 - Pulsar

Thankful for a small tweak to make it solvable!

 

Spoiler
Especially one that's not a deep math principle! Unique values for the win :)

WorkflowWorkflowMacroMacro
Labels
Top Solution Authors