Search
⌘K

Leetcode 624. Maximum Distance in Arrays

Given m sorted arrays, pick one element from two different arrays to maximize the absolute difference |a - b|; because each array is sorted, only each array's minimum and maximum matter, so the answer is the largest difference between any array's max and a different array's min.


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.