swap an extermely large integer array in bits, cannot use bit operation because too slow.
Anonymous
swap integer first, then make a lookup table for all the possible bit invertion to all the integer values, then apply to each integer.
Check out your Company Bowl for anonymous work chats.