Time Based Key-Value Store - Leetcode 981
Problem - Leetcode
Design a time-based key-value data structure that can store multiple values for the same key at different time stamps and retrieve the key's value at a certain timestamp.
Implement the TimeMap class:
TimeMap() Initializes the obje...
jyotirmoy.hashnode.dev3 min read