Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEANice 🙂
used python script for this one, feels faster
Great solution @alexnajm!
Phewww!!
Forgot the count of how many times I had to rebuild the workflow😂😂
Also, this challenge retaught me concept of GCD!!!
Amazzing challenge!!
Tried to make the entire solution dynamic so that it can accommodate many materials
Thanks and Regards,
Shreyansh
I thought I did not get this one accepted. 😀
I think maybe I did this the hard way. I created all possible pairs, then used a macro and the Euclidean Algorithm to find the GCD of each of the pairs. I then grouped by material, and took the minimum.
Thanks for the challenge