LiveRamp interview question

What data structures would you use to implement LRU in cache?

Interview Answer

Anonymous

19 Aug 2015

double linked list + hashMap