What is the most efficient algorithm to achieve the following:

0010 0000 => 0000 0100

The conversion is from MSB->LSB to LSB->MSB. All bits must be reversed; that is, this is not endianness-swapping.

26 Answers
26

Leave a Reply

Your email address will not be published. Required fields are marked *