Est-ce votre entreprise ?
find a missing element in array B compare to array A.
Utilisateur anonyme
Kevin's solutions works for small integers/arrays when the summation process does not overflow. The more general solutions is to "xor" all the objects (be them integers or more general structures) in A and B together, and the resulting object will be the value of the missing object.