Hackerrank: Flipping bits
baahu
November 6, 2016 No Comments on Hackerrank: Flipping bits
You will be given a list of 32 bits unsigned integers. You are required to output the list of the unsigned integers you get by flipping bits in its binary representation (i.e. unset bits must be set, and set bits must be unset). Take 1 for example, as unsigned 32-bits… Read more »