Pergunta de entrevista da empresa Akamai

data structure for LRU cache

Resposta da entrevista

Sigiloso

17 de mar. de 2014

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