[LeetCode] Problem 981 - Time Based Key-Value Store
Create a timebased key-value store class TimeMap, that supports two operations.
set(string key, string value, int timestamp)
Stores the key and value
...