Search
⌘K

Leetcode 1826. Faulty Sensor

Given an array of sensor readings where one sensor produces an incorrect/outlier value that breaks the expected pattern or consensus, identify the faulty sensor (or its anomalous reading). This reduces to finding a single outlier in a sequence—typically solvable with a linear scan, simple comparisons, or basic frequency/majority logic.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.