Tagged Questions
1
vote
2answers
782 views
Implementing a factorisation method in Haskell
I am doing question 266 at project euler and after a bit of searching, found this method of quickly finding the factors of a number. What you do is find all the permutations of the prime factors of a ...