Domanda di colloquio di Akamai

data structure for LRU cache

Risposta di colloquio

Anonimo

17 mar 2014

You can use circular linked list for storing the index and a hash table for storing the current value.