Search
⌘K

Leetcode 1352. Product of the Last K Numbers

Design a data structure that supports appending integers (including zeros) to a stream and returning the product of the last k numbers; the core challenge is to answer getProduct queries much faster than O(k) by handling zeros and maintaining useful aggregate information for O(1) queries.


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.