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 10 (BaseA Style)

AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team

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

28 REPLIES 28
Qiu
21 - Polaris
21 - Polaris

Finally finished.

Spoiler
AOC2024-Day10.png
peter_gb
10 - Fireball

This was fun after such a long day solving yesterday! Like many, solved part 2 accidentally on the way to solving part 1.

Not ashamed to say I copy and pasted my process instead of building the macro to bag my stars. Then went back and made it a macro :D

Spoiler
AoC 10 I want stars.png

AoC10.png


AoCmacro.png



DataNath
17 - Castor
17 - Castor

Day 10 done! Incredibly refreshing start to the day!

 

Spoiler
Going from part 1 > part 2 was simply removing the Unique tool from my macro in order to get all distinct routes.

Day 10 - Workflow.png


Day 10 - Iterator.png
Yoshiro_Fujimori
15 - Aurora
15 - Aurora

I struggled with Part 1 at first, but my wrong answer for Part 1 turned out to be the answer for Part 2. LoL

 

Spoiler
Workflow
workflow.png
Macro
macro.png
mmontgomery
11 - Bolide
11 - Bolide

Day10. More in spoiler

Spoiler
Fortunately, this was as straightforward as it gets. 

P1 Spent a lot of time setting up each step and building a path in case I needed it. I created one input for the base map grid and the other to group by various starting points (bottom feed)
P2 Needed to use path created in step 1 to get unique countsD10.pngD10_Macro.png
clmc9601
13 - Pulsar
13 - Pulsar

I really wanted to use the Make Group tool, but it doesn't have a batching mechanism :( 

 

Spoiler
2024-12-10_08-25-44.PNG

Hub119
11 - Bolide
11 - Bolide

Only reason this one took me as long as it did was because I was punching in the answer to part 2 for part 1 before going back and reading the question more carefully 😂

Spoiler
AoC D10 Pic.png
aiahwieder
9 - Comet

SAME!!!!

aiahwieder
9 - Comet

I was surprised to find I'd solved part 2 before part 1!

leozhang2work
10 - Fireball
Spoiler
day 10 - 1 - iterative macro.pngday 10.png

Surprisingly easy part 2, actually got it before part 1, nice for a change (yes, still trying to get day 6 part 2 start...)

Labels
Top Solution Authors