Discussion thread for day 1 of the Advent of Code - https://adventofcode.com/2023/day/1
Question 2 was brutal on my mind
Happy to be back at it for my third year participating in AOC using alteryx! I used reverse string here to avoid having to come up with complex regex or formulas to solve for instances of overlapping strings or single digits. Not going for tool golf here, just a straightforward solution I was able to build out quickly. Anyone else use reverse string to help with this one?
Down with Data Cleanse! Even in a challenge this quick, I can't stand the extra time DC takes, so I always unpack it into just the formula I need . . . added in a little bonus automation to make sure nothing fell through the cracks in the second part. 😁 @joshbennett -- great minds!
Classic AoC to give you a tricky part 2
@phottovy our solutions were almost completely identical! I would understand if someone accused me of plagiarism