pub fn detect_sparse(v: &[i64]) -> Option<(i64, Vec<(usize, i64)>)>
If one value dominates the column (covers ≥ ¾), return it and the sorted (index, value) exceptions.
(index, value)