class Solution { public int singleNonDuplicate(int[] nums) { int low = 0, high = nums.length-1; while(low