Software Engineer · Senior-Level · Full Journey
## Phone Screen: Windowed Map I had to design a data structure called `WindowedMap` that stores values associated with keys and timestamps. The structure must support inserting values and retrieving values within a specific time window. ``` class WindowedMap {...