Search
⌘K

Leetcode 825. Friends Of Appropriate Ages

Count the number of ordered pairs (x → y), x ≠ y, such that age[y] > 0.5*age[x] + 7, age[y] ≤ age[x], and not (age[y] > 100 and age[x] < 100). The core challenge is efficiently counting pairs that satisfy these age-based inequalities (ages are bounded 1..120) without checking all O(n^2) pairs.

Asked at:

Meta


Question Timeline

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

Mid August, 2025

Meta

Mid-level

Comments

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