Euleryx Problem 1 - Multiples of 3 or 5
Here's my full workflow and Answer:
Answer: 233168
Method:
With this being the first problem in the series, we’re kicking things off with a relatively simple challenge. Typically, the challenges do get harder (which will likely become clear by Problem 3), but rest assured, we will do our best to explain what we’ve done.
That being said, the solution below is just one way to solve this problem; there are many different available routes!
Here's how I tackled this problem:
Congratulations, you’ve finished your first Project Euler challenge! Looking forward to seeing you all this time next week for Problem 2.
Summary
In just 3 simple steps, we have already found an answer to the first Project Euler challenge. Please feel free to share your solutions below. I hope you enjoyed the first challenge.
Did it with 3 tools! @Pilsner This is an excellent initiative. Should be its own Alteryx challenge category.
@Pilsner Love this project, thanks!
2 tools: Text tool + Formula tool
@Yoshiro_Fujimori I saw your filter tool, which briefly confused me, then I thought that's very clever:
Exploiting the fact that 0 * anything = 0, instead of using an OR statement, is a nice trick.
I just solved without tool golf.
I simply used the Generate Row Tool to find multiples of 3 and multiples of 5, and then used the Unique Tool to remove duplicates. It’s enlightening to see everyone's various ingenious approaches.