XOR交換アルゴリズム
1. XOR swap algorithmIn computer programming, the XOR swap is an algorithm that uses the XOR bitwise operation to swap values of distinct variables having the same data type without using a temporary variable. "Distinct" means that the variables are stored at different memory addresses; the actual values of the variables do not have to be different.
Read “XOR swap algorithm” on English Wikipedia
Read “XOR交換アルゴリズム” on Japanese Wikipedia
Read “XOR swap algorithm” on DBpedia
Read “XOR swap algorithm” on English Wikipedia
Read “XOR交換アルゴリズム” on Japanese Wikipedia
Read “XOR swap algorithm” on DBpedia
Discussions
Log in to talk about this word.