1826. Faulty Sensor sensor1 and sensor2, where sensor1[i] and sensor2[i] are the ith data points collected by the two sensors. However, this type of sensor has a chance of being defective, which causes exactly one data point to be dropped. After the data is dropped, all the data points to the right of the dropped data are shifted one place to the left, and the last data point is replaced with some random value. It is guaranteed that this random value will not be equal to the dropped value. For...