Search found 1 match

by meber
Wed Jul 25, 2012 8:44 pm
Forum: Challenges Solved
Topic: Didactic XOR
Replies: 7
Views: 1394

XOR -- this is Exclusive OR

Take your numbers
Convert to binary first on top of the second
Anywhere there is a 1 or 0 then it is a 1
Anywhere there is a 1 and 1 or 0 and 0 then it is a 0