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

ok you're right :) how did you solve the problem ?
  • Comment on Re^5: Algorithm to convert combinations to bitstring

Replies are listed 'Best First'.
Re^6: Algorithm to convert combinations to bitstring
by Limbic~Region (Chancellor) on Jan 10, 2010 at 15:26 UTC
    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