Tagged Questions

0
votes
1answer
226 views

Finding if two numbers have the same digit and then remove them from in the original number in Haskell

Hi I am doing project euler question 33 and have divised a refactor to solve it but I can't think of how to remove the digit if it is the same across both x and y. I got this far: import Ratio import ...