Uber Interview -First Round
Anonymous User
1105

// Main class should be named 'Solution' and should not be public.

/*
Design a time-based key-value data structure that can store multiple values for the same key at different time stamps and retrieve the latest key's value before a certain timestamp.

*/

Comments (5)