- Time:Constructor: O(1), put(id: int, timestamp: str): O(1), retrieve(start: str, end: str, granularity: str): O(|\texttt{put()}|)
- Space:O(|\texttt{put()}|)
C++ |
---|
|
JAVA |
---|
|
Python |
---|
|