Search
⌘K

Leetcode 2205. The Number of Users That Are Eligible for Discount

Given a list of desired products with required counts and a sequence of daily bought items, count how many users qualify for the discount by sliding a fixed-length window over the purchase sequence and checking whether any window contains at least the required counts for every wanted product.


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.