Search
⌘K

Leetcode 1906. Minimum Absolute Difference Queries

For each query asking about a subarray, compute the minimum absolute difference between any two distinct elements (return -1 if all elements are equal). The challenge is to handle many range queries efficiently by exploiting the small bounded value range to quickly identify which values appear in each subarray and find the smallest gap.


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.