Commit 304a2d1

mo khan <mo.khan@gmail.com>
2020-08-13 18:28:50
Add problem
1 parent a04dcac
Changed files (1)
misc
key-value-store
misc/key-value-store/README.md
@@ -0,0 +1,4 @@
+Build a key value API that returns the time stamp of insertion when you insert a key.
+
+1. Given the key only, return the value of the latest time stamp.
+1. Given a key and time stamp return the value of the nearest time stamp in the past or equal for the key