Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1032. Stream of Characters
Given a stream of characters, after each queried character determine whether any non-empty suffix of the accumulated stream matches a word from a given list; the core challenge is online suffix matching efficiently (up to 4×10^4 queries, words length ≤200), typically handled with a reversed trie or string-matching automaton.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.