in reply to Re^2: Algorithm to convert combinations to bitstring (size)
in thread Algorithm to convert combinations to bitstring
26 bits isn't very many so A=2**0=1, B=2**1=2, ..., Z=2**25=0x2000000. ABZ=0x2000003.
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Algorithm to convert combinations to bitstring (size)
by Limbic~Region (Chancellor) on Oct 18, 2006 at 18:44 UTC | |
by tye (Sage) on Oct 18, 2006 at 18:50 UTC |