Time Based Key-Value Store
CodingOnsiteSoftware EngineerReported Mar, 2026
Examples
Example 1:
Input: ["TimeMap","set","get","get","set","get","get"]
[[],["foo","bar",1],["foo",1],["foo",3],["foo","bar2",4],["foo",4],["foo",5]]
Output: [null,null,"bar","bar",null,"bar2","bar2"]