Amazon Interview Question

Implement LRU cache using data structures

Interview Answer

Anonymous

Jan 12, 2023

Doubly linkedlist + hashmap