[Programming Problem] 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, along with...