Dell Technologies Interview Question

LRU cache implementation using java

Interview Answer

Anonymous

Aug 10, 2022

I have implemented it with HashMap and linkedlist