Search
⌘K

Leetcode 2526. Find Consecutive Integers from a Data Stream

Design a streaming data structure that, given a target value and integer k, reports on each incoming number whether the last k elements of the stream are all equal to that target. Expect up to 1e5 calls and k up to 1e5, so each check must be done efficiently.


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.