General Discussions

Discuss any topics that are not product-specific here.

Advent of Code 2020 - BaseA Style (Day 24)

Jean-Balteryx
16 - Nebula
16 - Nebula

Discussion thread for day 24 of the Advent of Code : https://adventofcode.com/2020/day/24

3 REPLIES 3
jdunkerley79
ACE Emeritus
ACE Emeritus

This one would be up @CassC street.

 

Went for the plain old iterative macro for part 2...

Spoiler
jdunkerley79_0-1608797456710.png

jdunkerley79_1-1608797473278.png

 

 

Greg_Murray
12 - Quasar

This was a fun one. Took me a little bit to figure out how to create coordinates for the hex grid, but after that was sorted both parts were similar to previous days. 

Spoiler

workflow

Greg_Murray_0-1608821493463.png

iterative macro

Greg_Murray_1-1608821535154.png

 

dsmdavid
11 - Bolide

I think my approach is similar to those above. I spent quite some time debugging why a join was not returning the correct items for numbers that was set as decimals 19.6 I couldn't figure out why so just rescaled my coordinates a little bit. 

Spoiler
Alteryx_Day_24.png
Alteryx_Day_24b.png 
The decimals were throwing me off, so I changed the step from 1, sqrt(3) to (1, 173), funny shaped hex I imagine, but works
Labels