Given array of n distinct numbers from [0,n], find the one missing number. E.g. n=3, numbers should be [0,1,2,3] and one is absent.
Examples