Collectiva Contest Programs & Solutions

Find Missing Number
Given two arrays of size n, exactly one number is missing in the second array of the elements of first array. Write a function to return the missing number. For example {1,2,3,4,5} and {2,5,3,0,1}, the missing element in the second array is 4.

No Comments..!