Philips Interview Question

If there are two arrays, one with n elements and another with n+1 elements. Write a program to find the missing element

Interview Answer

Anonymous

Oct 13, 2018

Sum up the elements of both the arrays and then subtract them.