in reply to Re^5: Algorithm to convert combinations to bitstring
in thread Algorithm to convert combinations to bitstring

spx2,
See How many words does it take?. If I remember correctly, I modified blokhead's solution to Java. Since I was dealing with a powerset, I had 26 bitstrings - 1 for each possible length of string.

Cheers - L~R

  • Comment on Re^6: Algorithm to convert combinations to bitstring