??? 12/14/06 21:09 Read: times |
#129497 - Basically, a) Responding to: ???'s previous message |
a) sort an array of ints based on how many bits are set in the individual ints?
That's basically what I want to do - for the special case that my "array" contains every number from 0 to 65535 exactly once. A list of a all numbers from 0 to 65535, sorted by how many bits are set. |