Search
⌘K
Get Premium
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.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.