Search
⌘K

Leetcode 2994. Friday Purchases II

Schedule purchases across recurring Fridays with special discounts or carryover coupons and constraints (budget, limited uses, or item availability) so as to minimize total cost or maximize items bought. The core challenge is designing a dynamic programming/state-compression solution that tracks weekly/Friday state (coupons, remaining quotas) and efficiently explores combinatorial choices.


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.