In dictionaries:
XOR gate
Outputs true if inputs differ.
bitwise xor
logical xor
xor circuit
Logic gate, outputs true exclusively.
XOR swap algorithm
In computer programming, the exclusive or swap (sometimes shortened to XOR swap) is an algorithm that uses the exclusive or bitwise operation to swap the values of two variables without using the temporary variable which is normally required.
XOR linked list
An XOR linked list is a type of data structure used in computer programming.
more...