Do you mean a 'mapping'? i.e. 1 --> 4 2 --> 3 3 --> 2 4 --> 1 Where --> means 'maps to'.
Or do you want to arrange the bits so that there is always a different result after the operation? i.e. 1 --> [0..0xffff] 2 --> [0..0xffff] ... Any ouput is valid given an integer input. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups-beta.google.com/group/algogeeks -~----------~----~----~----~------~----~------~--~---
