DIY: Time-Based Key-Value Store
Solve the interview question "Time-Based Key-Value Store" in this lesson.
We'll cover the following
Problem statement
You need to implement a data structure that can store multiple values for the same key at different timestamps and retrieve the key’s value at a certain timestamp.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.