Pregunta de entrevista de Akamai

data structure for LRU cache

Respuesta de la entrevista

Anónimo

17 mar 2014

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