How to restore the numbers after applying Gaussian algorithm for maximum xor?

Revision en1, by _Muhammad, 2019-01-21 23:05:51

After applying Gaussian algorithm on a array how could I restore those numbers of which XOR is maximum?

Let a[3] = {11, 5, 9} If I apply Gaussian algorithm we will find maximum xor is 14.And used numbers are 11, 5.How to restore this 11, 5?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English _Muhammad 2019-01-21 23:05:51 321 Initial revision (published)