Is there a way to use XOR, but operate on n values?
result := 0
for i = 0 to n
result ^= values[i]
Pseudocode.
Quote from: MyndFyre[vL] on October 19, 2006, 06:11 PM
result := 0
for i = 0 to n
result ^= values[i]
Pseudocode.
That would operate on n+1 values.
Pseudojab. =p