Search
⌘K

Leetcode 1251. Average Selling Price

Match each sale to the correct price period (purchase_date within start_date–end_date) and compute the units-weighted average price per product as sum(price * units) / sum(units), rounded to 2 decimals; if a product has no sales return 0.


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.