Amazon interview question

Implement LRU cache using data structures

Interview Answer

Anonymous

12 Jan 2023

Doubly linkedlist + hashmap