Bitcoin Forum

Other => Off-topic => Topic started by: MakeBelieve on August 17, 2014, 11:14:12 AM



Title: How would I find out how many combinations/permutations there are from a list?
Post by: MakeBelieve on August 17, 2014, 11:14:12 AM
I've got a list of words which I would like to calculate the combinations or the permutations of. It doesn't really matter whether it's in order or not so combinations or permutations are fine.


Title: Re: How would I find out how many combinations/permutations there are from a list?
Post by: MakeBelieve on August 17, 2014, 11:30:23 AM
I would prefer to know how to calculate permutations than combinations.