Search
⌘K

Leetcode 2230. The Users That Are Eligible for Discount

Given users' registration dates and purchase logs, identify which users meet the discount criteria (e.g., made a required number of purchases within a specified time window relative to registration). The task mainly requires date comparisons and grouping/counting per user to filter those who satisfy the threshold.


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.