DAYS
HOUR
MINS
SEC
Error
Design a data structure for a server which can store atmost 100 records, 2 functions are used to access server get(k), put(k,v,x).Where k is key and v is corresponding value and x is the expiry time before which this record cant be removed.