We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aba007 commit 827515eCopy full SHA for 827515e
1835-find-xor-sum-of-all-pairs-bitwise-and.js
@@ -1,3 +1,6 @@
1
+// On every bit XOR acts as modulo 2 addition and AND acts as modulo 2 multiplication.
2
+// The set {0,1} with modulo 2 addition and multiplication is the field GF(2) and the distributive property holds in every field.
3
+
4
/**
5
* @param {number[]} arr1
6
* @param {number[]} arr2
0 commit comments